Fix #296
This commit is contained in:
parent
04a7002a04
commit
947e529876
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ if exists('g:loaded_nvim_treesitter')
|
||||||
" which in turn links to Identifer (white).
|
" which in turn links to Identifer (white).
|
||||||
hi! link TSTagAttribute DraculaGreenItalic
|
hi! link TSTagAttribute DraculaGreenItalic
|
||||||
|
|
||||||
if has('nvim-0.8')
|
if has('nvim-0.8.1')
|
||||||
" # Misc
|
" # Misc
|
||||||
hi! link @punctuation.delimiter Delimiter
|
hi! link @punctuation.delimiter Delimiter
|
||||||
hi! link @punctuation.bracket Normal
|
hi! link @punctuation.bracket Normal
|
||||||
|
|
Loading…
Reference in a new issue