From 18508f74532f41aa4c66a5e217550f00d150a30d Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Wed, 1 Mar 2017 19:06:09 -0500 Subject: proselint: Add more supported filetypes (#367) * proselint: Add more suported filetypes * proselint: Minor consistency fixes * Vim help: Disable linters by default --- ale_linters/xhtml/proselint.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ale_linters/xhtml/proselint.vim (limited to 'ale_linters/xhtml') diff --git a/ale_linters/xhtml/proselint.vim b/ale_linters/xhtml/proselint.vim new file mode 100644 index 00000000..07f7a291 --- /dev/null +++ b/ale_linters/xhtml/proselint.vim @@ -0,0 +1,9 @@ +" Author: Daniel M. Capella https://github.com/polyzen +" Description: proselint for XHTML files + +call ale#linter#Define('xhtml', { +\ 'name': 'proselint', +\ 'executable': 'proselint', +\ 'command': 'proselint %t', +\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning', +\}) -- cgit v1.2.3