Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Conversation

@sadikovi
Copy link
Contributor

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • All new code requires tests to ensure against regressions

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

@sadikovi sadikovi changed the title fix constants Fix tree-sitter constants Dec 19, 2020
@sadikovi sadikovi merged commit a757708 into atom:master Dec 20, 2020
@sadikovi sadikovi deleted the fix-constants branch December 20, 2020 20:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Java tree-sitter grammar does not consistently highlight constants

1 participant