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