2017-12-20 02:27:12 +00:00
|
|
|
" Author: Jansen Mitchell https://github.com/JansenMitchell
|
|
|
|
" Description: proselint for Fountain files
|
|
|
|
|
|
|
|
call ale#linter#Define('fountain', {
|
2017-12-21 04:53:03 +00:00
|
|
|
\ 'name': 'proselint',
|
|
|
|
\ 'executable': 'proselint',
|
|
|
|
\ 'command': 'proselint %t',
|
|
|
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
2017-12-20 02:27:12 +00:00
|
|
|
\})
|