mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
17 lines
377 B
Scheme
Vendored
17 lines
377 B
Scheme
Vendored
(true) @boolean
|
|
(false) @boolean
|
|
(null) @constant.builtin
|
|
(number) @number
|
|
(pair key: (string) @label)
|
|
(pair value: (string) @string)
|
|
(array (string) @string)
|
|
; (string_content (escape_sequence) @string.escape)
|
|
(ERROR) @error
|
|
; "," @punctuation.delimiter
|
|
"[" @punctuation.bracket
|
|
"]" @punctuation.bracket
|
|
"{" @punctuation.bracket
|
|
"}" @punctuation.bracket
|
|
|
|
(comment) @comment
|