add @tag.attribute for html like attributes

This commit is contained in:
lmlorca 2021-07-13 20:21:47 -04:00 committed by Stephan Seitz
parent 29113e6892
commit fb5d6e04a8
5 changed files with 8 additions and 1 deletions

View file

@ -616,6 +616,10 @@ For identifiers referring to symbols or atoms.
`TSTag`
Tags like html tag names.
*hl-TSTagAttribute*
`TSTagAttribute`
For html tag attributes.
*hl-TSTagDelimiter*
`TSTagDelimiter`
Tag delimiter like `<` `>` `/`