summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelphinus <me@delphinus.dev>2020-12-20 17:16:19 +0900
committerStephan Seitz <stephan.lauf@yahoo.de>2020-12-21 22:32:17 +0100
commitf74b14a7f9040553422595630aa67ffb42dc6404 (patch)
tree4d84677f0c11fd1f21795e290a4ed4e464ebef3d
parent0fc8ea00356ac0b977c0caf14059235aeebe488c (diff)
Add lacked highlight link defined in highlight.lua
-rw-r--r--plugin/nvim-treesitter.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/nvim-treesitter.vim b/plugin/nvim-treesitter.vim
index 97b685e4..e81bfa1b 100644
--- a/plugin/nvim-treesitter.vim
+++ b/plugin/nvim-treesitter.vim
@@ -60,11 +60,14 @@ 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