highlights(java): add new keyword "yield"

https://github.com/tree-sitter/tree-sitter-java/pull/78 added support
for enhanced switch statements
This commit is contained in:
Stephan Seitz 2021-04-17 20:21:48 +02:00 committed by Stephan Seitz
parent 136d8cf05a
commit 1d5f928279

View file

@ -175,6 +175,7 @@
"public"
"requires"
"return"
"yield"
"static"
"strictfp"
"synchronized"