mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:00:05 +08:00
17 lines
395 B
Scheme
Vendored
17 lines
395 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
|
|
|
|
(("\"" @conceal) (#set! conceal ""))
|