fix(gren): adapt queries to parser changes (#7472)

`case of` -> `when is`
This commit is contained in:
Mae Brooks 2024-12-16 01:37:35 -08:00 committed by GitHub
parent 54a29bf99d
commit ad5ea0bbed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@
"else"
"let"
"in"
(case)
(of)
(when)
(is)
] @keyword.conditional
; Keywords - Imports