highlights(html_tags): more specific attribute_value target

This commit is contained in:
Michael Chris Lopez 2021-12-18 15:27:12 +08:00 committed by Stephan Seitz
parent 41a097d9c5
commit 5e2121a227

View file

@ -2,8 +2,8 @@
(erroneous_end_tag_name) @error (erroneous_end_tag_name) @error
(comment) @comment (comment) @comment
(attribute_name) @tag.attribute (attribute_name) @tag.attribute
(attribute_value) @string (attribute
(quoted_attribute_value) @string (quoted_attribute_value) @string)
(text) @text (text) @text
((element (start_tag (tag_name) @_tag) (text) @text.title) ((element (start_tag (tag_name) @_tag) (text) @text.title)