mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
30 lines
300 B
Scheme
30 lines
300 B
Scheme
|
|
(tag_name) @tag
|
||
|
|
(attribute_name) @property
|
||
|
|
(attribute_value) @string
|
||
|
|
(quoted_attribute_value) @string
|
||
|
|
(comment) @comment
|
||
|
|
|
||
|
|
[
|
||
|
|
(special_block_keyword)
|
||
|
|
(then)
|
||
|
|
(as)
|
||
|
|
] @keyword
|
||
|
|
|
||
|
|
[
|
||
|
|
"{"
|
||
|
|
"}"
|
||
|
|
] @punctuation.bracket
|
||
|
|
|
||
|
|
"=" @operator
|
||
|
|
|
||
|
|
[
|
||
|
|
"<"
|
||
|
|
">"
|
||
|
|
"</"
|
||
|
|
"/>"
|
||
|
|
"#"
|
||
|
|
":"
|
||
|
|
"/"
|
||
|
|
"@"
|
||
|
|
] @tag.delimiter
|