2018-03-19 23:57:09 +00:00
|
|
|
" Author: tokida https://rouger.info, Yasuhiro Kiyota <yasuhiroki.duck@gmail.com>
|
2018-03-18 17:28:26 +00:00
|
|
|
" Description: textlint, a proofreading tool (https://textlint.github.io/)
|
|
|
|
|
|
|
|
call ale#linter#Define('markdown', {
|
|
|
|
\ 'name': 'textlint',
|
2018-03-19 23:57:09 +00:00
|
|
|
\ 'executable_callback': 'ale#handlers#textlint#GetExecutable',
|
|
|
|
\ 'command_callback': 'ale#handlers#textlint#GetCommand',
|
2018-03-18 17:28:26 +00:00
|
|
|
\ 'callback': 'ale#handlers#textlint#HandleTextlintOutput',
|
|
|
|
\})
|