mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:10:05 +08:00
37 lines
607 B
Scheme
37 lines
607 B
Scheme
; Properties
|
|
;-----------
|
|
|
|
(bare_key) @type
|
|
(quoted_key) @string
|
|
(pair (bare_key)) @property
|
|
|
|
; Literals
|
|
;---------
|
|
|
|
(boolean) @boolean
|
|
(comment) @comment @spell
|
|
(string) @string
|
|
(integer) @number
|
|
(float) @float
|
|
(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
|
|
|
|
(ERROR) @error
|