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