mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05: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
|