Additions to Markdown/HTML/XML highlighting to correctly syntax highlight the front matter and Liquid objects/tags in Jekyll posts.
Highlights the following regions:
You can just copy the syntax files into your local .vim
directory unless you already have conflicting custom syntax highlighting.
$ cp vim-jekyll-syntax/syntax/* ~/.vim/after/syntax
---
# This becomes highlighted like YAML
foo: bar
---
# Markdown
{{ page.foo }}