mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ale/ale_linters/html/proselint.vim

10 lines
273 B
VimL

" Author: Daniel M. Capella https://github.com/polyzen
" Description: proselint for HTML files
call ale#linter#Define('html', {
\ 'name': 'proselint',
\ 'executable': 'proselint',
\ 'command': 'proselint %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})