redpen support for asciidoc, reST, LaTeX and Re:VIEW

This commit is contained in:
rhysd
2017-11-17 15:21:18 +09:00
parent 1f4f19cbd4
commit 44cd07d39c
9 changed files with 77 additions and 36 deletions

View File

@@ -0,0 +1,9 @@
" 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',
\})