mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
29 lines
300 B
Scheme
29 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
|