summaryrefslogtreecommitdiff
path: root/ale_linters/rst/textlint.vim
blob: a14411cffb140f30163d9d3c4a20f93e6af0e37d (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_callback': 'ale#handlers#textlint#GetExecutable',
\   'command_callback': 'ale#handlers#textlint#GetCommand',
\   'callback': 'ale#handlers#textlint#HandleTextlintOutput',
\})