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