mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
Remove deprecated highlights
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user