This commit is contained in:
yuys13 2022-11-30 23:21:28 +09:00 committed by D. Ben Knoble
parent 04a7002a04
commit 947e529876

View file

@ -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