gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

Support Jekyll code Block? #3

Closed zhuochun closed 10 years ago

zhuochun commented 10 years ago

Add support for jekyll fenced code block on editing the current code block in another buffer with a guessed file type.

{% highlight ruby %}
[1, 2, 3].to_s
{% endhighlight %}
gabrielelana commented 10 years ago

Done in commit b43d0ac