Merge pull request #53 from ExMember/pandoc-support

Add vim-pandoc support
This commit is contained in:
Reed Esau
2017-01-11 18:03:34 -07:00
committed by GitHub

View File

@@ -111,6 +111,16 @@ if !exists('g:pencil#autoformat_config')
\ 'txtCode',
\ ],
\ },
\ 'pandoc': {
\ 'black': [
\ '^pandoc.*Code.*',
\ 'pandocHTML',
\ 'pandocLaTeXMathBlock',
\ '^pandoc.*List.*',
\ '^pandoc.*Table.*',
\ 'pandocYAMLHeader',
\ ],
\ }
\ }
en
if !exists('g:pencil#autoformat_aliases')