mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(highlight): link TSVariable to Normal
This commit is contained in:
parent
c41b6e9197
commit
1846d92ec6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
" Last Change: 2020 Jun 29
|
||||
" Last Change: 2020 Aug 13
|
||||
|
||||
if exists('g:loaded_nvim_treesitter')
|
||||
finish
|
||||
|
|
@ -62,7 +62,7 @@ highlight default link TSTypeBuiltin Type
|
|||
highlight default link TSStructure Structure
|
||||
highlight default link TSInclude Include
|
||||
|
||||
highlight default link TSVariable Identifier
|
||||
highlight default link TSVariable Normal
|
||||
highlight default link TSVariableBuiltin Special
|
||||
|
||||
highlight default link TSDefinitionUsage Visual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue