tree-sitter-java
tree-sitter-java copied to clipboard
Data types are no longer highlighted
Problem description
Java data type keywords are no longer highlighted correctly.
This applies even for void functions.
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.
The var
keyword is also no longer highlighted.
Hello? Anyone?
this
is also a keyword and is not highlighted
Seems like a potential editor issue (if it is, that's on their queries, not here)