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

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