html: highlight punctuation
* `/>` as in self-closing tags like `<hr/>` * `=` as in the separator between attribute name and value `<a href="bar">`
This commit is contained in:
parent
7cf88f2bac
commit
016e97314c
1 changed files with 8 additions and 1 deletions
|
@ -2,11 +2,18 @@
|
|||
(erroneous_end_tag_name) @tag.error
|
||||
(doctype) @constant
|
||||
(attribute_name) @attribute
|
||||
(attribute_value) @string
|
||||
(comment) @comment
|
||||
|
||||
[
|
||||
"\""
|
||||
(attribute_value)
|
||||
] @string
|
||||
|
||||
[
|
||||
"<"
|
||||
">"
|
||||
"</"
|
||||
"/>"
|
||||
] @punctuation.bracket
|
||||
|
||||
"=" @punctuation.delimiter
|
||||
|
|
Loading…
Add table
Reference in a new issue