more blacklist additions for #22

A couple of other blacklist changes for plasticboy/vim-markdown to match those added for tpope/vim-markdown
This commit is contained in:
Reed Esau
2014-11-05 05:34:29 -07:00
parent e661e83bea
commit 4d0a377928
2 changed files with 13 additions and 8 deletions

View File

@@ -61,13 +61,13 @@ if !exists('g:pencil#autoformat_blacklist')
" by default, pencil does NOT start autoformat if inside any of
" the following syntax groups
"
"'markdown*' (tpope/vim-markdown)
"'mkdCode', 'mkdIndentCode' (plasticboy/vim-markdown)
"'markdownFencedCodeBlock', 'markdownInlineCode' (gabrielelana/vim-markdown)
"'mmdTable[A-Za-z0-9]*' (mattly/vim-markdown-enhancements)
"'txtCode' (timcharper/textile.vim)
"'rst*' (syntax file shipped with vim)
"'tex*' (syntax file shipped with vim)
" markdown* (tpope/vim-markdown)
" mkd*, htmlH[0-9] (plasticboy/vim-markdown)
" markdownFencedCodeBlock, markdownInlineCode, markdownRule, markdownH[0-9] (gabrielelana/vim-markdown)
" mmdTable[A-Za-z0-9]* (mattly/vim-markdown-enhancements)
" txtCode (timcharper/textile.vim)
" rst* (syntax file shipped with vim)
" tex* (syntax file shipped with vim)
let g:pencil#autoformat_blacklist = [
\ 'markdownCode',
\ 'markdownH[0-9]',
@@ -77,6 +77,8 @@ if !exists('g:pencil#autoformat_blacklist')
\ 'markdownRule',
\ 'markdownHighlight[A-Za-z0-9]+',
\ 'mkdCode',
\ 'mkdRule',
\ 'htmlH[0-9]',
\ 'mkdIndentCode',
\ 'markdownFencedCodeBlock',
\ 'markdownInlineCode',