1
Files
flake-nixinator/config/neovim/store/treesitter-parsers/queries/ungrammar/highlights.scm

31 lines
260 B
Scheme

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