1
0
Fork 0
mirror of synced 2024-05-30 22:11:11 -04:00
ultimate-vim/sources_non_forked/ale/ale_linters/mail/alex.vim
2018-03-31 11:55:20 -03:00

12 lines
292 B
VimL

" Author: Johannes Wienke <languitar@semipol.de>
" Description: alex for HTML files
call ale#linter#Define('mail', {
\ 'name': 'alex',
\ 'executable': 'alex',
\ 'command': 'alex %s -t',
\ 'output_stream': 'stderr',
\ 'callback': 'ale#handlers#alex#Handle',
\ 'lint_file': 1,
\})