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