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

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