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

@@ -0,0 +1,9 @@
" Author: TANIGUCHI Masaya <ta2gch@gmail.com>
" Description: textlint for LaTeX files
call ale#linter#Define('tex', {
\ 'name': 'textlint',
\ 'executable_callback': 'ale#handlers#textlint#GetExecutable',
\ 'command_callback': 'ale#handlers#textlint#GetCommand',
\ 'callback': 'ale#handlers#textlint#HandleTextlintOutput',
\})