aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/nvim-treesitter.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/nvim-treesitter.vim')
-rw-r--r--plugin/nvim-treesitter.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/nvim-treesitter.vim b/plugin/nvim-treesitter.vim
index e81bfa1be..97b685e43 100644
--- a/plugin/nvim-treesitter.vim
+++ b/plugin/nvim-treesitter.vim
@@ -60,14 +60,11 @@ highlight default link TSKeyword Keyword
highlight default link TSKeywordFunction Keyword
highlight default link TSKeywordOperator TSOperator
highlight default link TSException Exception
-highlight default link TSError Error
-highlight default link TSStructure Structure
highlight default link TSType Type
highlight default link TSTypeBuiltin Type
highlight default link TSInclude Include
-highlight default link TSVariable Identifier
highlight default link TSVariableBuiltin Special
highlight default link TSText TSNone