mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
43 lines
462 B
Scheme
43 lines
462 B
Scheme
|
|
[
|
||
|
|
(comment)
|
||
|
|
(generated_comment)
|
||
|
|
] @comment
|
||
|
|
|
||
|
|
(comment_content) @spell
|
||
|
|
|
||
|
|
(subject) @markup.heading
|
||
|
|
|
||
|
|
(type) @keyword
|
||
|
|
|
||
|
|
(scope) @variable.parameter
|
||
|
|
|
||
|
|
(change_id) @constant
|
||
|
|
|
||
|
|
(filepath) @string.special.path
|
||
|
|
|
||
|
|
((rest) @comment
|
||
|
|
(#not-lua-match? @comment "^diff"))
|
||
|
|
|
||
|
|
"JJ: ignore-rest" @keyword.directive
|
||
|
|
|
||
|
|
[
|
||
|
|
"("
|
||
|
|
")"
|
||
|
|
] @punctuation.bracket
|
||
|
|
|
||
|
|
":" @punctuation.delimiter
|
||
|
|
|
||
|
|
"!" @punctuation.special
|
||
|
|
|
||
|
|
[
|
||
|
|
"A"
|
||
|
|
"C"
|
||
|
|
] @diff.plus
|
||
|
|
|
||
|
|
"D" @diff.minus
|
||
|
|
|
||
|
|
[
|
||
|
|
"M"
|
||
|
|
"R"
|
||
|
|
] @diff.delta
|