preservim / vim-pencil

Rethinking Vim as a tool for writing
Other
1.58k stars 39 forks source link

Add vim-pandoc support #53

Closed ExMember closed 7 years ago

ExMember commented 7 years ago

If you put a lot of code in your Markdown, vim-pandoc-syntax is awesome because it does syntax highlighting of the embedded code.

This PR adds to the g:pencil#autoformat_config so that vim-pencil can be used with vim-pandoc.

reedes commented 7 years ago

Much thanks. I'll try out the syntax at some point.