Skip to content

Commit

Permalink
Merge pull request #104 from openalloc/master
Browse files Browse the repository at this point in the history
Unnecessary regex modifier on my recent change #92
  • Loading branch information
reedes authored Apr 3, 2023
2 parents 4ad39c5 + c9d7f68 commit 6d70438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pencil.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 6d70438

Please sign in to comment.