summaryrefslogtreecommitdiff
path: root/ale_linters/fountain/proselint.vim
blob: 353a2e5fe516f8fe0b2d2ee562ecfa98c9bcb2df (plain)
1
2
3
4
5
6
7
8
9
" Author: Jansen Mitchell https://github.com/JansenMitchell
" Description: proselint for Fountain files

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