mirror of
https://github.com/amix/vimrc
synced 2024-12-20 17:03:09 +00:00
9 lines
238 B
VimL
9 lines
238 B
VimL
if dracula#should_abort('html')
|
|
finish
|
|
endif
|
|
|
|
hi! link htmlTag DraculaFg
|
|
hi! link htmlArg DraculaGreenItalic
|
|
hi! link htmlTitle DraculaFg
|
|
hi! link htmlH1 DraculaFg
|
|
hi! link htmlSpecialChar DraculaPurple
|