2018-03-31 10:55:20 -04:00
|
|
|
" Author: tokida https://rouger.info, Yasuhiro Kiyota <yasuhiroki.duck@gmail.com>
|
|
|
|
" Description: textlint, a proofreading tool (https://textlint.github.io/)
|
|
|
|
|
|
|
|
call ale#linter#Define('markdown', {
|
|
|
|
\ 'name': 'textlint',
|
2019-03-08 06:04:56 -05:00
|
|
|
\ 'executable': function('ale#handlers#textlint#GetExecutable'),
|
|
|
|
\ 'command': function('ale#handlers#textlint#GetCommand'),
|
2018-03-31 10:55:20 -04:00
|
|
|
\ 'callback': 'ale#handlers#textlint#HandleTextlintOutput',
|
|
|
|
\})
|