mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Remove deprecated highlights
This commit is contained in:
parent
958252783e
commit
b938e4f0fe
2 changed files with 0 additions and 6 deletions
|
|
@ -544,10 +544,6 @@ For regexes.
|
|||
*hl-TSStringEscape*
|
||||
For escape characters within a string.
|
||||
|
||||
`TSStructure`
|
||||
*hl-TSStructure*
|
||||
TODO: docs
|
||||
|
||||
`TSTag`
|
||||
*hl-TSTag*
|
||||
Tags like html tag names.
|
||||
|
|
|
|||
|
|
@ -73,8 +73,6 @@ hlmap["string"] = "TSString"
|
|||
hlmap["string.regex"] = "TSStringRegex"
|
||||
hlmap["string.escape"] = "TSStringEscape"
|
||||
|
||||
hlmap["structure"] = "TSStructure"
|
||||
|
||||
hlmap["tag"] = "TSTag"
|
||||
hlmap["tag.delimiter"] = "TSTagDelimiter"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue