tree-sitter-java icon indicating copy to clipboard operation
tree-sitter-java copied to clipboard

Data types are no longer highlighted

Open TheWitheredStriker opened this issue 2 years ago • 2 comments

Problem description

Java data type keywords are no longer highlighted correctly.

image

This applies even for void functions.

image

As this is the grammar seemingly used by Linguist, this affects all Java repositories on GitHub.

Expected parse tree output (optional)

N/A.

Actual parse tree output (optional)

N/A.

TheWitheredStriker avatar Jul 17 '22 12:07 TheWitheredStriker

The var keyword is also no longer highlighted.

TheWitheredStriker avatar Jul 19 '22 14:07 TheWitheredStriker

Hello? Anyone?

TheWitheredStriker avatar Sep 18 '22 12:09 TheWitheredStriker

this is also a keyword and is not highlighted

xiaoma20082008 avatar Jan 12 '23 06:01 xiaoma20082008

Seems like a potential editor issue (if it is, that's on their queries, not here)

amaanq avatar Jul 13 '23 07:07 amaanq