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:
parent
a6f90e5691
commit
2518886fbf
1 changed files with 23 additions and 0 deletions
|
@ -10,3 +10,26 @@ 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