1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Add yaml frontmatter support to markdown highlighting

This commit is contained in:
2020-08-07 11:13:04 +02:00
parent 3bb8761460
commit d989e45356

View File

@@ -0,0 +1,3 @@
unlet b:current_syntax
syntax include @Yaml syntax/yaml.vim
syntax region yamlFrontmatter start=/\%^---$/ end=/^---$/ keepend contains=@Yaml