mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 14:27:07 +02:00
26 lines
285 B
Scheme
26 lines
285 B
Scheme
(comment) @comment
|
|
|
|
; The node name on the left of `=` being defined.
|
|
(definition) @type
|
|
|
|
; References to other rules.
|
|
(identifier) @variable
|
|
|
|
(label_name) @label
|
|
|
|
(token) @string
|
|
|
|
[
|
|
"="
|
|
"|"
|
|
"?"
|
|
"*"
|
|
] @operator
|
|
|
|
":" @punctuation.delimiter
|
|
|
|
[
|
|
"("
|
|
")"
|
|
] @punctuation.bracket
|