165b7e6730
This reverts commit 2518886fbf
.
This reversion is because styphpy/vim-yaml redeclares vim global regions and this messes with other filetypes.
12 lines
360 B
VimL
12 lines
360 B
VimL
if dracula#should_abort('yaml')
|
|
finish
|
|
endif
|
|
|
|
hi! link yamlAlias DraculaGreenItalicUnderline
|
|
hi! link yamlAnchor DraculaPinkItalic
|
|
hi! link yamlBlockMappingKey DraculaCyan
|
|
hi! link yamlFlowCollection DraculaPink
|
|
hi! link yamlFlowIndicator Delimiter
|
|
hi! link yamlNodeTag DraculaPink
|
|
hi! link yamlPlainScalar DraculaYellow
|
|
|