nvim-treesitter/queries/ungrammar/highlights.scm
Philipp Mildenberger fe80f7c2bb feat: add ungrammar
2023-02-24 18:42:35 -05:00

30 lines
244 B
Scheme

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