mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
add @tag.attribute for html like attributes
This commit is contained in:
parent
29113e6892
commit
fb5d6e04a8
5 changed files with 8 additions and 1 deletions
|
|
@ -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 `<` `>` `/`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue