summaryrefslogtreecommitdiff
path: root/ale_linters/asciidoc/proselint.vim
blob: b636c067349eb5cb0fd09fa78b71f958abb9aa71 (plain)
1
2
3
4
5
6
7
8
9
" Author: Daniel M. Capella https://github.com/polyzen
" Description: proselint for AsciiDoc files

call ale#linter#Define('asciidoc', {
\   'name': 'proselint',
\   'executable': 'proselint',
\   'command': 'proselint %t',
\   'callback': 'ale#handlers#unix#HandleAsWarning',
\})