diff --git a/after/plugin/dracula.vim b/after/plugin/dracula.vim index 3fd3c32..4361f19 100644 --- a/after/plugin/dracula.vim +++ b/after/plugin/dracula.vim @@ -97,6 +97,11 @@ if exists('g:loaded_nvim_treesitter') " HTML and JSX tag attributes. By default, this group is linked to TSProperty, " which in turn links to Identifer (white). hi! link TSTagAttribute DraculaGreenItalic + " CSS + hi! link TSPunctDelimiter DraculaPink + hi! link TSType DraculaPink + hi! link TSProperty DraculaCyan + hi! link TSError DraculaOrange endif " }}} " nvim-cmp: {{{