mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-08 18:03:47 -05:00
Merge pull request #104 from openalloc/master
Unnecessary regex modifier on my recent change #92
This commit is contained in:
@@ -81,7 +81,7 @@ if !exists('g:pencil#autoformat_config')
|
|||||||
\ 'markdown(FencedCodeBlock|InlineCode|YamlHead)',
|
\ 'markdown(FencedCodeBlock|InlineCode|YamlHead)',
|
||||||
\ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode|Snippet)',
|
\ 'mkd(Code|Rule|Delimiter|Link|ListItem|IndentCode|Snippet)',
|
||||||
\ 'mmdTable[A-Za-z0-9]*',
|
\ 'mmdTable[A-Za-z0-9]*',
|
||||||
\ '^yaml*',
|
\ '^yaml',
|
||||||
\ ],
|
\ ],
|
||||||
\ 'white': [
|
\ 'white': [
|
||||||
\ 'markdown(Code|Link)',
|
\ 'markdown(Code|Link)',
|
||||||
|
|||||||
Reference in New Issue
Block a user