This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
[Java] Multi-line method declaration does not get properly recognized #186
Comments
From @H-C-H on November 28, 2018 19:27 I can reproduce this error with the following code:
Everything is highlighted correctly when the access modifier |
alexr00
changed the title
[Java] Syntax highlighting not working on multi-line method declaration
[Java] Multi-line method declaration does not get properly recognized
Jan 8, 2019
I think this is due to limitation of the Regex engine oniguruma, which does not work across lines. |
Yes, you are right. But this could be worked around by changing the code for the scope - I will have a look. |
so anyone know how to fix it? |
Any updates? BTW hightlighting for multi-line class declaration is also broken: class
Foo {
} |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @stanleynguyen on November 14, 2018 15:4
Take note of the highlighting of
public void
:Expected:
Actual:
Copied from original issue: microsoft/vscode#63137
The text was updated successfully, but these errors were encountered: