mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-13 12:23:47 -05:00
Add highlight groups to blacklist in RST (#86)
Co-authored-by: Reed Esau <reed@esau.org>
This commit is contained in:
committed by
Caleb Maclennan
parent
9aead49ecf
commit
0945852760
@@ -98,7 +98,8 @@ if !exists('g:pencil#autoformat_config')
|
||||
\ },
|
||||
\ 'rst': {
|
||||
\ 'black': [
|
||||
\ 'rst(CodeBlock|Directive|LiteralBlock|Sections)',
|
||||
\ 'rst(CodeBlock|Directive|ExDirective|LiteralBlock|Sections)',
|
||||
\ 'rst(Comment|Delimiter|ExplicitMarkup|SimpleTable)',
|
||||
\ ],
|
||||
\ },
|
||||
\ 'tex': {
|
||||
|
||||
Reference in New Issue
Block a user