55ca96bd83
https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc.
11 lines
274 B
VimL
11 lines
274 B
VimL
" 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',
|
|
\})
|