mirror of
https://github.com/helix-editor/helix
synced 2026-03-11 22:38:26 +01:00
23 lines
309 B
Scheme
23 lines
309 B
Scheme
[
|
|
(true)
|
|
(false)
|
|
] @constant.builtin.boolean
|
|
(null) @constant.builtin
|
|
(number) @constant.numeric
|
|
|
|
(string) @string
|
|
(escape_sequence) @constant.character.escape
|
|
|
|
(pair
|
|
key: (_) @variable.other.member)
|
|
|
|
(comment) @comment
|
|
|
|
["," ":"] @punctuation.delimiter
|
|
[
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|