-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Java - maybe new keywords? #38
Comments
Additional to that since Java 14, JEP 359 introduced |
7f071ad should have got most of these covered. Do you want to open Java grammar issues here? https://github.com/atom/language-java VS Code pulls from there, and I pull from VS Code: https://github.com/microsoft/vscode/blob/master/extensions/java/syntaxes/java.tmLanguage.json I don't think the current tmLanguage is fully following the spec. I didn't find |
Fixed as part of #72 when I'm pulling upstream grammars. shiki/packages/languages/data/java.tmLanguage.json Lines 1107 to 1125 in c7afc58
|
The current Java Language Specification says:
What do you think about adding this commonly used restricted identifiers
var
andyield
and the ten restricted keywords to shiki?The text was updated successfully, but these errors were encountered: