Remove deprecated highlights

This commit is contained in:
delphinus
2020-12-21 11:25:00 +09:00
committed by Stephan Seitz
parent 958252783e
commit b938e4f0fe
2 changed files with 0 additions and 6 deletions

View File

@@ -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.

View File

@@ -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"