8 lines
175 B
VimL
8 lines
175 B
VimL
setlocal tabstop=2
|
|
setlocal shiftwidth=2
|
|
setlocal softtabstop=2
|
|
|
|
highlight link yamlBlockMappingKey Keyword
|
|
highlight link yamlAnchor PreProc
|
|
highlight link yamlAlias PreProc
|