Add diff highlights for treesitter
This commit is contained in:
parent
b9f4f3a169
commit
04a7002a04
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue