summaryrefslogtreecommitdiff
path: root/ale_linters/fountain/proselint.vim
diff options
context:
space:
mode:
authorJansen Mitchell <jansenmitchellp@gmail.com>2017-12-19 20:27:12 -0600
committerJansen Mitchell <jansenmitchellp@gmail.com>2017-12-19 20:27:12 -0600
commit4b56b91ac859e18a632343ed8692696c70b34e46 (patch)
treef537e28f0c7563d09a53e7ce0717a68dc57d48ae /ale_linters/fountain/proselint.vim
parent1568bf81281507aaaa8c71af85e244e94bd2924c (diff)
downloadale-4b56b91ac859e18a632343ed8692696c70b34e46.zip
Add support for Fountain with proselint.
Diffstat (limited to 'ale_linters/fountain/proselint.vim')
-rw-r--r--ale_linters/fountain/proselint.vim9
1 files changed, 9 insertions, 0 deletions
diff --git a/ale_linters/fountain/proselint.vim b/ale_linters/fountain/proselint.vim
new file mode 100644
index 00000000..5761adca
--- /dev/null
+++ b/ale_linters/fountain/proselint.vim
@@ -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',
+\})