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

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