-
Notifications
You must be signed in to change notification settings - Fork 58
Java syntax highlighting errors #127
Comments
@H-C-H FYI |
Could you provide version of Atom and/or language-java package? Highlighting works for me on the latest master branch: 7a42895.
Yes, this is the problem highlighted in #76. The rest (angle brackets highlighting) should be highlighted correctly. Yes, there are inconsistency with scopes. Normal generic types are highlighted correctly with So it looks like there are 3 problems:
Will try addressing the latter and see what we can do about capitalised variables. |
ping @50Wliu |
It's with the current master of atom/language-java (7a42895) |
Sorry, forgot to fetch upstream. Still the same highlighting as on image above - no random red angle brackets for Sets. |
All good! Will try fixing it - thanks for reporting! |
After the discussion on the maintainer chat I decided to close this issue, because it contains more than reported problem (3 actually) - see the comment above (#127 (comment)). Instead, I have created and linked separate issues (created from this one), see all links above (issues 76, 131, 132). Will try addressing those as soon as I can. Please, refer to those issues if you have a specific information or want to help with fixing them. Thanks! ping @50Wliu @lee-dohm. |
The built-in Java Textmate grammar has several highlighting inconsistencies/errors.
atom/language-java (7a42895)
storage.type.java
Steps to reproduce:
Copied from original issue: microsoft/vscode#43414
The text was updated successfully, but these errors were encountered: