helix-mods/runtime/queries/cpon/highlights.scm
Fanda Vacek 1668183590
feat(lang): Cpon lang support (#2355)
Co-authored-by: Fanda Vacek <fvacek@elektroline.cz>
2022-05-01 09:34:46 -05:00

27 lines
351 B
Scheme

[
(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