1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-04 05:30:40 +02:00
Files
helix/runtime/queries/ungrammar/highlights.scm
2025-05-25 08:47:10 -05:00

22 lines
207 B
Scheme

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