summaryrefslogtreecommitdiff
path: root/ale_linters/html/fecs.vim
blob: 15e00e12d8b1041d2ca6afd6abee149ed0dd447d (plain)
1
2
3
4
5
6
7
8
9
" 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',
\})