nvim-treesitter/queries/ungrammar/highlights.scm

31 lines
251 B
Scheme
Raw Normal View History

2023-09-13 00:25:01 +09:00
(comment) @comment @spell
2023-02-20 18:05:10 +01:00
(definition) @keyword
(identifier) @variable
(label_name) @label
(token) @string
[
"="
"|"
] @operator
[
"*"
"?"
] @repeat
[
":"
] @punctuation.delimiter
[
"("
")"
] @punctuation.bracket
(ERROR) @error