atom / language-java

Java package for Atom
Other
62 stars 58 forks source link

Fix tree-sitter constants #241

Closed sadikovi closed 3 years ago

sadikovi commented 3 years ago

Requirements

Description of the Change

This PR fixes syntax highlighting for constants when using tree-sitter. Examples that are fixed now:

d = A1_B2_C3;
e = A1_B2_C$;
f = Test.A1_B2_C3;

Alternate Designs

N/A

Benefits

N/A

Possible Drawbacks

Applicable Issues

Fixes #240