fix typo
This commit is contained in:
parent
84adf19f1d
commit
08c8c4bb7f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ endif
|
||||||
" specification.
|
" specification.
|
||||||
" https://github.com/nvim-treesitter/nvim-treesitter/blob/master/plugin/nvim-treesitter.vim
|
" https://github.com/nvim-treesitter/nvim-treesitter/blob/master/plugin/nvim-treesitter.vim
|
||||||
if exists('g:loaded_nvim_treesitter')
|
if exists('g:loaded_nvim_treesitter')
|
||||||
" deplicated TS* highlight groups
|
" deprecated TS* highlight groups
|
||||||
" see https://github.com/nvim-treesitter/nvim-treesitter/pull/3656
|
" see https://github.com/nvim-treesitter/nvim-treesitter/pull/3656
|
||||||
" # Misc
|
" # Misc
|
||||||
hi! link TSPunctSpecial Special
|
hi! link TSPunctSpecial Special
|
||||||
|
|
Loading…
Reference in a new issue