mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:20:05 +08:00
31 lines
402 B
Scheme
31 lines
402 B
Scheme
[
|
|
(true)
|
|
(false)
|
|
] @boolean
|
|
|
|
(null) @constant.builtin
|
|
|
|
(number) @number
|
|
|
|
(pair key: (string) @label)
|
|
(pair value: (string) @string)
|
|
|
|
(array (string) @string)
|
|
|
|
(ERROR) @error
|
|
|
|
["," ":"] @punctuation.delimiter
|
|
|
|
[
|
|
"[" "]"
|
|
"{" "}"
|
|
] @punctuation.bracket
|
|
|
|
(("\"" @conceal)
|
|
(#set! conceal ""))
|
|
|
|
(escape_sequence) @string.escape
|
|
((escape_sequence) @conceal
|
|
(#eq? @conceal "\\\"")
|
|
(#set! conceal "\""))
|