summaryrefslogtreecommitdiff
path: root/ale_linters/xhtml/proselint.vim
blob: 07f7a291e317177cf91d34adff47d015910a3341 (plain)
1
2
3
4
5
6
7
8
9
" Author: Daniel M. Capella https://github.com/polyzen
" Description: proselint for XHTML files

call ale#linter#Define('xhtml', {
\   'name': 'proselint',
\   'executable': 'proselint',
\   'command': 'proselint %t',
\   'callback': 'ale#handlers#HandleUnixFormatAsWarning',
\})