mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ale/ale_linters/asciidoc/redpen.vim

10 lines
300 B
VimL

" Author: rhysd https://rhysd.github.io
" Description: Redpen, a proofreading tool (http://redpen.cc)
call ale#linter#Define('asciidoc', {
\ 'name': 'redpen',
\ 'executable': 'redpen',
\ 'command': 'redpen -f asciidoc -r json %t',
\ 'callback': 'ale#handlers#redpen#HandleRedpenOutput',
\})