mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +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
|