nvim-treesitter/queries/html/highlights.scm

18 lines
237 B
Scheme
Raw Normal View History

(tag_name) @tag
2020-05-30 10:50:03 -04:00
(erroneous_end_tag_name) @error
(doctype) @constant
(attribute_name) @property
(attribute_value) @string
(quoted_attribute_value) @string
2020-05-30 10:50:03 -04:00
(comment) @comment
"=" @operator
[
"<"
"<!"
">"
"</"
"/>"
] @tag.delimiter