Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve specificity of tokens in Java lexer #1124

Merged
merged 3 commits into from
May 27, 2019

Conversation

pyrmont
Copy link
Contributor

@pyrmont pyrmont commented May 20, 2019

As discussed in #1043, the Java lexer does not attempt to differentiate between different types of identifiers (eg. constants, classes, variables). This commit uses the naming conventions in Java to provide more specific tokens for constants and classes. It fixes #1043.

As discussed in rouge-ruby#1043, the Java lexer does not attempt to differentiate
between different types of identifiers (eg. constants, classes,
variables). This commit uses the naming conventions in Java to provide
more specific tokens for constants and classes. It fixes rouge-ruby#1043.
@pyrmont pyrmont merged commit d1e8ae7 into rouge-ruby:master May 27, 2019
@pyrmont pyrmont deleted the feature.java-improve-tokens branch January 8, 2020 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java highlighting don't differentiate between field name and field type
1 participant