Add 'select' highlighting
This commit is contained in:
parent
ddb4f693be
commit
3475d713d5
2 changed files with 18 additions and 0 deletions
|
|
@ -53,6 +53,9 @@
|
|||
(map_expression
|
||||
(property
|
||||
field: (identifier) @property))
|
||||
|
||||
(select_expression
|
||||
"select" @keyword.conditional)
|
||||
; }}}
|
||||
|
||||
; vim: sw=2 foldmethod=marker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue