summaryrefslogtreecommitdiff
path: root/ale_linters/mail/alex.vim
blob: 047e6cf0cf9b936d67de2e7e32f6631accf17078 (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('mail', {
\   'name': 'alex',
\   'executable': 'alex',
\   'command': 'alex %t -t',
\   'output_stream': 'stderr',
\   'callback': 'ale#handlers#alex#Handle',
\})