Add textlint for tex (#2234)

This commit is contained in:
TANIGUCHI Masaya
2019-01-27 21:14:34 +09:00
committed by w0rp
parent 79135dfe13
commit 03b25dd39b
6 changed files with 84 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ let s:default_registry = {
\ },
\ 'textlint': {
\ 'function': 'ale#fixers#textlint#Fix',
\ 'suggested_filetypes': ['text','markdown','asciidoc'],
\ 'suggested_filetypes': ['text','markdown','asciidoc','tex'],
\ 'description': 'Fix text files with textlint --fix',
\ },
\ 'hackfmt': {