nvim-treesitter/queries/ungrammar/highlights.scm
2023-09-12 17:34:58 +02:00

30 lines
251 B
Scheme

(comment) @comment @spell
(definition) @keyword
(identifier) @variable
(label_name) @label
(token) @string
[
"="
"|"
] @operator
[
"*"
"?"
] @repeat
[
":"
] @punctuation.delimiter
[
"("
")"
] @punctuation.bracket
(ERROR) @error