e149692cc9
subrepo: subdir: "dotfiles/.vim/plugged/ale" merged: "e4b205440" upstream: origin: "https://github.com/dense-analysis/ale.git" branch: "master" commit: "e4b205440" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
9 lines
300 B
VimL
9 lines
300 B
VimL
" 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',
|
|
\})
|