1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 15:40:05 +08:00
SpaceVim/bundle/nvim-treesitter/queries/ungrammar/highlights.scm

31 lines
244 B
Scheme
Vendored

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