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

Add support for Java 10 var keyword #667

Closed
eric-milles opened this issue Aug 6, 2018 · 1 comment
Closed

Add support for Java 10 var keyword #667

eric-milles opened this issue Aug 6, 2018 · 1 comment
Assignees
Milestone

Comments

@eric-milles
Copy link
Member

eric-milles commented Aug 6, 2018

Only the var on line 3 should be highlighted as a Groovy keyword.

def var = null
int var = null
var var = null

Note: This only applies to Parrot Parser.

@eric-milles
Copy link
Member Author

var

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant