summaryrefslogtreecommitdiff
path: root/ale_linters/fountain/proselint.vim
blob: 5761adca8bee37c77c0713668786642c74894cd4 (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',
\})