summaryrefslogtreecommitdiff
path: root/ale_linters/asciidoc/alex.vim
blob: a1e50def898a545380efd70c1d148813be980323 (plain)
1
2
3
4
5
6
7
8
9
10
" Author: Johannes Wienke <languitar@semipol.de>
" Description: alex for asciidoc files

call ale#linter#Define('asciidoc', {
\   'name': 'alex',
\   'executable': 'alex',
\   'command': 'alex %t -t',
\   'output_stream': 'stderr',
\   'callback': 'ale#handlers#alex#Handle',
\})