summaryrefslogtreecommitdiff
path: root/ale_linters/html/proselint.vim
blob: 50ab5e49da61ade679cf64ae0834e0bfb05c1018 (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#HandleUnixFormatAsWarning',
\})