10 lines
300 B
VimL
Raw Permalink Normal View History

2017-11-16 18:12:08 +09:00
" Author: rhysd https://rhysd.github.io
" Description: Redpen, a proofreading tool (http://redpen.cc)
call ale#linter#Define('markdown', {
\ 'name': 'redpen',
\ 'executable': 'redpen',
\ 'command': 'redpen -f markdown -r json %t',
\ 'callback': 'ale#handlers#redpen#HandleRedpenOutput',
2017-11-16 18:12:08 +09:00
\})