Replace links

This commit is contained in:
2024-02-19 16:07:53 +01:00
parent 5ade3e687f
commit 4dfa0bbe38
37 changed files with 5415 additions and 28 deletions

View File

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