mirror of
https://github.com/helix-editor/helix
synced 2026-08-10 16:24:18 +02:00
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.
16 lines
122 B
Scheme
16 lines
122 B
Scheme
(line_comment) @comment
|
|
|
|
(identifier) @variable
|
|
|
|
(token) @string
|
|
|
|
[
|
|
"="
|
|
"|"
|
|
":"
|
|
"("
|
|
")"
|
|
"?"
|
|
"*"
|
|
] @operator
|