mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
feat(java): add when operator (#6420)
This commit is contained in:
parent
fbe76211f4
commit
c16f66cca0
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@
|
||||||
"else"
|
"else"
|
||||||
"switch"
|
"switch"
|
||||||
"case"
|
"case"
|
||||||
|
"when"
|
||||||
] @keyword.conditional
|
] @keyword.conditional
|
||||||
|
|
||||||
(ternary_expression
|
(ternary_expression
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue