Add 'select' highlighting

This commit is contained in:
Bruno BELANYI 2024-04-08 22:13:23 +01:00
parent ddb4f693be
commit 3475d713d5
2 changed files with 18 additions and 0 deletions

View file

@ -53,6 +53,9 @@
(map_expression
(property
field: (identifier) @property))
(select_expression
"select" @keyword.conditional)
; }}}
; vim: sw=2 foldmethod=marker