nvim-treesitter/queries/svelte/highlights.scm

30 lines
300 B
Scheme
Raw Normal View History

2021-02-05 13:45:26 +07:00
(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