mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 01:00:04 +08:00
10 lines
238 B
VimL
Vendored
10 lines
238 B
VimL
Vendored
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
|