mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
6 lines
176 B
VimL
6 lines
176 B
VimL
unlet b:current_syntax
|
|
syntax include @Yaml syntax/yaml.vim
|
|
syntax region yamlFrontmatter start=/\%^---$/ end=/^---$/ keepend contains=@Yaml
|
|
let b:current_syntax = "markdown"
|
|
|