mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -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*
|
*hl-TSStringEscape*
|
||||||
For escape characters within a string.
|
For escape characters within a string.
|
||||||
|
|
||||||
`TSStructure`
|
|
||||||
*hl-TSStructure*
|
|
||||||
TODO: docs
|
|
||||||
|
|
||||||
`TSTag`
|
`TSTag`
|
||||||
*hl-TSTag*
|
*hl-TSTag*
|
||||||
Tags like html tag names.
|
Tags like html tag names.
|
||||||
|
|
|
||||||
|
|
@ -73,8 +73,6 @@ hlmap["string"] = "TSString"
|
||||||
hlmap["string.regex"] = "TSStringRegex"
|
hlmap["string.regex"] = "TSStringRegex"
|
||||||
hlmap["string.escape"] = "TSStringEscape"
|
hlmap["string.escape"] = "TSStringEscape"
|
||||||
|
|
||||||
hlmap["structure"] = "TSStructure"
|
|
||||||
|
|
||||||
hlmap["tag"] = "TSTag"
|
hlmap["tag"] = "TSTag"
|
||||||
hlmap["tag.delimiter"] = "TSTagDelimiter"
|
hlmap["tag.delimiter"] = "TSTagDelimiter"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue