diff options
| author | delphinus <me@delphinus.dev> | 2020-12-21 11:25:00 +0900 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2020-12-21 22:32:17 +0100 |
| commit | b938e4f0fe047a3debcb3708d724905e96f1a58f (patch) | |
| tree | 9b3f336b0a6418a9babb6cc970c614c7f0b8c33e | |
| parent | 958252783e1e086660d38aa921befaff2596bb4d (diff) | |
Remove deprecated highlights
| -rw-r--r-- | doc/nvim-treesitter.txt | 4 | ||||
| -rw-r--r-- | lua/nvim-treesitter/highlight.lua | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 63f6a89b..b13cdace 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -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. diff --git a/lua/nvim-treesitter/highlight.lua b/lua/nvim-treesitter/highlight.lua index e8baf950..0874f5b5 100644 --- a/lua/nvim-treesitter/highlight.lua +++ b/lua/nvim-treesitter/highlight.lua @@ -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" |
