2019-01-12 23:40:03 +09:00
|
|
|
" Author: hokorobi <hokorobi.hokorobi@gmail.com>
|
|
|
|
" Description: textlint, a proofreading tool (https://textlint.github.io/)
|
|
|
|
|
|
|
|
call ale#linter#Define('rst', {
|
|
|
|
\ 'name': 'textlint',
|
2019-02-22 18:05:04 +00:00
|
|
|
\ 'executable': function('ale#handlers#textlint#GetExecutable'),
|
|
|
|
\ 'command': function('ale#handlers#textlint#GetCommand'),
|
2019-01-12 23:40:03 +09:00
|
|
|
\ 'callback': 'ale#handlers#textlint#HandleTextlintOutput',
|
|
|
|
\})
|