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

* Set colors for syntax defined by stephpy/vim-yaml.

* Wrapping in fold
This commit is contained in:
Matteo Pergolesi 2019-12-23 00:21:07 +01:00 committed by Derek Sifford
parent a6f90e5691
commit 2518886fbf

View file

@ -10,3 +10,26 @@ 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
" }}}