Blacklisting texStatement, per #43

This commit is contained in:
Reed Esau
2016-06-29 20:09:26 -06:00
parent 470f9ca44c
commit ad18a74cf0

View File

@@ -101,7 +101,7 @@ if !exists('g:pencil#autoformat_config')
\ },
\ 'tex': {
\ 'black': [
\ 'tex(BeginEndName|Delimiter|DocType|InputFile|Math|RefZone|Title)',
\ 'tex(BeginEndName|Delimiter|DocType|InputFile|Math|RefZone|Statement|Title)',
\ 'texSection$',
\ ],
\ 'enforce-previous-line': 1,