Merge pull request #104 from openalloc/master

Unnecessary regex modifier on my recent change #92
This commit is contained in:
Reed Es
2023-04-03 12:15:53 -06:00
committed by GitHub

View File

@@ -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)',