Add support for Fountain with proselint.

This commit is contained in:
Jansen Mitchell 2017-12-19 20:27:12 -06:00
parent 1568bf8128
commit 4b56b91ac8
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,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',
\})