This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/tex/textlint.vim

10 lines
337 B
VimL
Raw Normal View History

2019-01-27 12:14:34 +00:00
" 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'),
2019-01-27 12:14:34 +00:00
\ 'callback': 'ale#handlers#textlint#HandleTextlintOutput',
\})