2019-01-27 07:14:34 -05:00
|
|
|
" Author: TANIGUCHI Masaya <ta2gch@gmail.com>
|
|
|
|
" Description: textlint for LaTeX files
|
|
|
|
|
|
|
|
call ale#linter#Define('tex', {
|
|
|
|
\ 'name': 'textlint',
|
2019-02-22 13:05:04 -05:00
|
|
|
\ 'executable': function('ale#handlers#textlint#GetExecutable'),
|
|
|
|
\ 'command': function('ale#handlers#textlint#GetCommand'),
|
2019-01-27 07:14:34 -05:00
|
|
|
\ 'callback': 'ale#handlers#textlint#HandleTextlintOutput',
|
|
|
|
\})
|