nvim-treesitter/queries/html/highlights.scm
2021-01-05 21:43:41 -05:00

17 lines
237 B
Scheme

(tag_name) @tag
(erroneous_end_tag_name) @error
(doctype) @constant
(attribute_name) @property
(attribute_value) @string
(quoted_attribute_value) @string
(comment) @comment
"=" @operator
[
"<"
"<!"
">"
"</"
"/>"
] @tag.delimiter