2018-03-19 19:57:09 -04:00
|
|
|
" Author: Yasuhiro Kiyota <yasuhiroki.duck@gmail.com>
|
|
|
|
" Description: textlint, a proofreading tool (https://textlint.github.io/)
|
|
|
|
|
|
|
|
call ale#linter#Define('text', {
|
|
|
|
\ 'name': 'textlint',
|
2019-02-22 13:05:04 -05:00
|
|
|
\ 'executable': function('ale#handlers#textlint#GetExecutable'),
|
|
|
|
\ 'command': function('ale#handlers#textlint#GetCommand'),
|
2018-03-19 19:57:09 -04:00
|
|
|
\ 'callback': 'ale#handlers#textlint#HandleTextlintOutput',
|
|
|
|
\})
|