mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
Add background and foreground colors to TSNone
This fixes the issue where colors highlighted as TSNone were not reverting to the background and foreground color.
This commit is contained in:
parent
c055899dc0
commit
c89367f283
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ let g:loaded_nvim_treesitter = 1
|
||||||
|
|
||||||
lua require'nvim-treesitter'.setup()
|
lua require'nvim-treesitter'.setup()
|
||||||
|
|
||||||
highlight default TSNone term=NONE cterm=NONE gui=NONE
|
highlight default TSNone term=NONE cterm=NONE gui=NONE guifg=foreground guibg=background ctermfg=foreground ctermbg=background
|
||||||
|
|
||||||
highlight default link TSError TSNone
|
highlight default link TSError TSNone
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue