mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -77,6 +77,7 @@ hlmap["string.special"] = "TSStringSpecial"
|
|||
hlmap["symbol"] = "TSSymbol"
|
||||
|
||||
hlmap["tag"] = "TSTag"
|
||||
hlmap["tag.attribute"] = "TSTagAttribute"
|
||||
hlmap["tag.delimiter"] = "TSTagDelimiter"
|
||||
|
||||
hlmap["text"] = "TSText"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue