Merge branch 'add-fountain-proselint-support'

This commit is contained in:
w0rp 2018-01-02 13:23:00 +00:00
commit d9a3722e06
4 changed files with 18 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',
\})