1
0
mirror of https://github.com/dense-analysis/ale synced 2025-01-14 11:02:45 +00:00
ale/ale_linters/tex/textlint.vim

10 lines
337 B
VimL

" Author: TANIGUCHI Masaya <ta2gch@gmail.com>
" Description: textlint for LaTeX files
call ale#linter#Define('tex', {
\ 'name': 'textlint',
\ 'executable': function('ale#handlers#textlint#GetExecutable'),
\ 'command': function('ale#handlers#textlint#GetCommand'),
\ 'callback': 'ale#handlers#textlint#HandleTextlintOutput',
\})