mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -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
|
|
@ -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