mirror of
https://github.com/helix-editor/helix
synced 2026-01-26 05:38:09 +01: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.
14 lines
224 B
Scheme
14 lines
224 B
Scheme
[
|
|
(msgctxt)
|
|
(msgid)
|
|
(msgid_plural)
|
|
(msgstr)
|
|
]@keyword
|
|
|
|
(comment) @comment
|
|
(comment (comment_reference (text) @string.special.path))
|
|
(comment (comment_flag (text) @label))
|
|
|
|
(number) @constant.numeric
|
|
(string) @string
|