fix incorrect treesitter highlight
This commit is contained in:
parent
834f54c1e0
commit
b9f4f3a169
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ if exists('g:loaded_nvim_treesitter')
|
|||
hi! link @constructor DraculaCyan
|
||||
" # Keywords
|
||||
hi! link @label DraculaPurpleItalic
|
||||
hi! link @keyword.function DraculaCyan
|
||||
hi! link @keyword.function DraculaPink
|
||||
hi! link @keyword.operator Operator
|
||||
hi! link @exception DraculaPurple
|
||||
" # Variable
|
||||
|
|
Loading…
Reference in a new issue