mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 17:00:26 +01:00
4 lines
141 B
VimL
4 lines
141 B
VimL
unlet b:current_syntax
|
|
syntax include @Yaml syntax/yaml.vim
|
|
syntax region yamlFrontmatter start=/\%^---$/ end=/^---$/ keepend contains=@Yaml
|