Revert "Set colors for syntax defined by stephpy/vim-yaml. (#163)"

This reverts commit 2518886fbf.

This reversion is because styphpy/vim-yaml redeclares vim global regions and this messes with other filetypes.
This commit is contained in:
Derek Sifford 2019-12-22 18:33:23 -05:00
parent 2518886fbf
commit 165b7e6730

View file

@ -10,26 +10,3 @@ hi! link yamlFlowIndicator Delimiter
hi! link yamlNodeTag DraculaPink
hi! link yamlPlainScalar DraculaYellow
" stephpy/yaml {{{
" yamlConstant
hi! link Keyword DraculaPurple
" yamlIndicator
hi! link PreCondit DraculaPink
" yamlAnchor, yamlAlias
hi! link Function DraculaPinkItalic
" yamlKey
hi! link Identifier DraculaCyan
" yamlType
hi! link Type DraculaPink
" yamlComment
hi! link Comment DraculaComment
" yamlInline, yamlBlock
hi! link Operator Delimiter
" yamlString
hi! link String DraculaYellow
" yamlEscape
hi! link Special DraculaPink
" }}}