Shougo / context_filetype.vim

Context filetype library for Vim script
Other
160 stars 20 forks source link

feat: markdown front matter support (yaml header) #46

Closed tsuyoshicho closed 4 years ago

tsuyoshicho commented 4 years ago

Markdown file first header block (FrontMatter) support. FrontMatter as yaml.

---
title: ""
...
---

# First H1
...
Shougo commented 4 years ago

Thanks.