1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/queries/ungrammar/highlights.scm

22 lines
207 B
Scheme

(line_comment) @comment
(identifier) @function
(labeled_rule
(identifier) @type)
(node_rule
(identifier) @variable.parameter)
(token) @string
[
"="
"|"
":"
"("
")"
"?"
"*"
] @operator