mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(gren): adapt queries to parser changes (#7472)
`case of` -> `when is`
This commit is contained in:
parent
54a29bf99d
commit
ad5ea0bbed
2 changed files with 3 additions and 3 deletions
|
|
@ -291,7 +291,7 @@
|
|||
"revision": "5e66e961eee421786bdda8495ed1db045e06b5fe"
|
||||
},
|
||||
"gren": {
|
||||
"revision": "df7992dbc1e57e055ba1cbfdbe9f961750940553"
|
||||
"revision": "76554f4f2339f5a24eed19c58f2079b51c694152"
|
||||
},
|
||||
"groovy": {
|
||||
"revision": "b53a8cc1075e056b8223b86f3bb392e0d57ae101"
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"else"
|
||||
"let"
|
||||
"in"
|
||||
(case)
|
||||
(of)
|
||||
(when)
|
||||
(is)
|
||||
] @keyword.conditional
|
||||
|
||||
; Keywords - Imports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue