Add builtins highlighting
This commit is contained in:
parent
3475d713d5
commit
73b0797891
2 changed files with 16 additions and 0 deletions
|
|
@ -49,6 +49,14 @@
|
|||
field: (identifier) @variable.member))
|
||||
; }}}
|
||||
|
||||
; Built-ins {{{
|
||||
[
|
||||
(unset)
|
||||
"default"
|
||||
] @variable.builtin
|
||||
(selection_type) @function.builtin
|
||||
; }}}
|
||||
|
||||
; Expressions {{{
|
||||
(map_expression
|
||||
(property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue