Add diff highlights for treesitter

This commit is contained in:
yuys13 2022-11-30 12:51:05 +09:00 committed by D. Ben Knoble
parent b9f4f3a169
commit 04a7002a04

View file

@ -139,6 +139,8 @@ if exists('g:loaded_nvim_treesitter')
hi! link @text.title DraculaYellow
hi! link @text.literal DraculaYellow
hi! link @text.uri DraculaYellow
hi! link @text.diff.add DiffAdd
hi! link @text.diff.delete DiffDelete
" # Tags
hi! link @tag DraculaCyan
hi! link @tag.delimiter Normal