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:
parent
2518886fbf
commit
165b7e6730
1 changed files with 0 additions and 23 deletions
|
@ -10,26 +10,3 @@ hi! link yamlFlowIndicator Delimiter
|
||||||
hi! link yamlNodeTag DraculaPink
|
hi! link yamlNodeTag DraculaPink
|
||||||
hi! link yamlPlainScalar DraculaYellow
|
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
|
|
||||||
|
|
||||||
" }}}
|
|
||||||
|
|
Loading…
Reference in a new issue