nvim-treesitter/runtime/queries/ungrammar/highlights.scm
2025-05-12 18:43:40 +02:00

26 lines
237 B
Scheme

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