helix/runtime/queries/json/highlights.scm
Michael Davis 16ff06370f
queries: Remove (ERROR) from all highlights
We do not highlight `(ERROR)` nodes since the highlighting is quite
noisy while typing. Also see todo comments in `syntax.rs` - we could
introduce configuration in the future to prepend `(ERROR)` to a
language's highlights query.
2025-02-04 09:35:38 -05:00

20 lines
283 B
Scheme

[
(true)
(false)
] @constant.builtin.boolean
(null) @constant.builtin
(number) @constant.numeric
(pair
key: (_) @variable.other.member)
(string) @string
(escape_sequence) @constant.character.escape
"," @punctuation.delimiter
[
"["
"]"
"{"
"}"
] @punctuation.bracket