10 lines
293 B
VimL
10 lines
293 B
VimL
|
" Author: harttle <yangjvn@126.com>
|
||
|
" Description: fecs for HTMl files
|
||
|
|
||
|
call ale#linter#Define('html', {
|
||
|
\ 'name': 'fecs',
|
||
|
\ 'executable': function('ale#handlers#fecs#GetExecutable'),
|
||
|
\ 'command': function('ale#handlers#fecs#GetCommand'),
|
||
|
\ 'callback': 'ale#handlers#fecs#Handle',
|
||
|
\})
|