2017-11-16 09:12:08 +00: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 06:21:18 +00:00
|
|
|
\ 'command': 'redpen -f markdown -r json %t',
|
|
|
|
\ 'callback': 'ale#handlers#redpen#HandleRedpenOutput',
|
2017-11-16 09:12:08 +00:00
|
|
|
\})
|