Add highlight groups to blacklist in RST (#86)

Co-authored-by: Reed Esau <reed@esau.org>
This commit is contained in:
JudeLakkis
2019-12-13 14:00:21 +08:00
committed by Caleb Maclennan
parent 9aead49ecf
commit 0945852760

View File

@@ -98,7 +98,8 @@ if !exists('g:pencil#autoformat_config')
\ }, \ },
\ 'rst': { \ 'rst': {
\ 'black': [ \ 'black': [
\ 'rst(CodeBlock|Directive|LiteralBlock|Sections)', \ 'rst(CodeBlock|Directive|ExDirective|LiteralBlock|Sections)',
\ 'rst(Comment|Delimiter|ExplicitMarkup|SimpleTable)',
\ ], \ ],
\ }, \ },
\ 'tex': { \ 'tex': {