nvim-treesitter/queries/html/highlights.scm

17 lines
238 B
Scheme
Raw Normal View History

2020-05-30 10:50:03 -04:00
(tag_name) @type
(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
[
"<"
">"
"</"
"/>"
] @punctuation.bracket