mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:40:06 +08:00
10 lines
291 B
VimL
Vendored
10 lines
291 B
VimL
Vendored
" Author: harttle <yangjvn@126.com>
|
|
" Description: fecs for CSS files
|
|
|
|
call ale#linter#Define('css', {
|
|
\ 'name': 'fecs',
|
|
\ 'executable': function('ale#handlers#fecs#GetExecutable'),
|
|
\ 'command': function('ale#handlers#fecs#GetCommand'),
|
|
\ 'callback': 'ale#handlers#fecs#Handle',
|
|
\})
|