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

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