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.
27 lines
351 B
Scheme
27 lines
351 B
Scheme
3 years ago
|
[
|
||
|
(true)
|
||
|
(false)
|
||
|
] @constant.builtin.boolean
|
||
|
(null) @constant.builtin
|
||
|
(number) @constant.numeric
|
||
|
(pair
|
||
|
key: (_) @keyword)
|
||
|
(ipair
|
||
|
key: (_) @keyword)
|
||
|
(mpair
|
||
|
key: (_) @keyword)
|
||
|
|
||
|
(string) @string
|
||
|
(escape_sequence) @constant.character.escape
|
||
|
(ERROR) @error
|
||
|
|
||
|
"," @punctuation.delimiter
|
||
|
[
|
||
|
"["
|
||
|
"]"
|
||
|
"{"
|
||
|
"}"
|
||
|
"<"
|
||
|
">"
|
||
|
] @punctuation.bracket
|