mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
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:
parent
136d8cf05a
commit
1d5f928279
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@
|
|||
"public"
|
||||
"requires"
|
||||
"return"
|
||||
"yield"
|
||||
"static"
|
||||
"strictfp"
|
||||
"synchronized"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue