forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
570 B
Scheme
34 lines
570 B
Scheme
4 years ago
|
; Properties
|
||
|
;-----------
|
||
|
|
||
|
(bare_key) @property
|
||
|
(quoted_key) @string
|
||
|
|
||
|
; Literals
|
||
|
;---------
|
||
|
|
||
|
(boolean) @constant.builtin
|
||
|
(comment) @comment
|
||
|
(string) @string
|
||
|
(integer) @number
|
||
|
(float) @number
|
||
|
(offset_date_time) @string.special
|
||
|
(local_date_time) @string.special
|
||
|
(local_date) @string.special
|
||
|
(local_time) @string.special
|
||
|
|
||
|
; Punctuation
|
||
|
;------------
|
||
|
|
||
|
"." @punctuation.delimiter
|
||
|
"," @punctuation.delimiter
|
||
|
|
||
|
"=" @operator
|
||
|
|
||
|
"[" @punctuation.bracket
|
||
|
"]" @punctuation.bracket
|
||
|
"[[" @punctuation.bracket
|
||
|
"]]" @punctuation.bracket
|
||
|
"{" @punctuation.bracket
|
||
|
"}" @punctuation.bracket
|