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

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