summaryrefslogtreecommitdiff
path: root/ale_linters/markdown/textlint.vim
blob: 2645850673d8e21d7c5b94b8f8789ec57bd25bd7 (plain)
1
2
3
4
5
6
7
8
9
" 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',
\   'executable_callback': 'ale#handlers#textlint#GetExecutable',
\   'command_callback': 'ale#handlers#textlint#GetCommand',
\   'callback': 'ale#handlers#textlint#HandleTextlintOutput',
\})