summaryrefslogtreecommitdiff
path: root/ale_linters/rst/textlint.vim
blob: 56dd8db8d9917e96ba9b219cff16d83f117fe173 (plain)
1
2
3
4
5
6
7
8
9
" Author: hokorobi <hokorobi.hokorobi@gmail.com>
" Description: textlint, a proofreading tool (https://textlint.github.io/)

call ale#linter#Define('rst', {
\   'name': 'textlint',
\   'executable': function('ale#handlers#textlint#GetExecutable'),
\   'command': function('ale#handlers#textlint#GetCommand'),
\   'callback': 'ale#handlers#textlint#HandleTextlintOutput',
\})