mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
33 lines
557 B
Scheme
33 lines
557 B
Scheme
(comment) @comment
|
|
(generated_comment) @comment
|
|
(title) @text.title
|
|
(text) @text
|
|
(branch) @text.reference
|
|
(change) @keyword
|
|
(filepath) @text.uri
|
|
(arrow) @punctuation.delimiter
|
|
|
|
(subject) @text.title
|
|
(subject (overflow) @text)
|
|
(prefix (type) @keyword)
|
|
(prefix (scope) @parameter)
|
|
(prefix [
|
|
"("
|
|
")"
|
|
":"
|
|
] @punctuation.delimiter)
|
|
(prefix [
|
|
"!"
|
|
] @punctuation.special)
|
|
|
|
(message) @text
|
|
|
|
(trailer (token) @label)
|
|
(trailer (value) @text)
|
|
|
|
(breaking_change (token) @text.warning)
|
|
(breaking_change (value) @text)
|
|
|
|
(scissor) @comment
|
|
|
|
(ERROR) @error
|