diff options
author | Daniel M. Capella <polyzen@users.noreply.github.com> | 2017-03-01 19:06:09 -0500 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-03-02 00:06:09 +0000 |
commit | 18508f74532f41aa4c66a5e217550f00d150a30d (patch) | |
tree | f13b02833feb92678ef27dec382777c74bc7e3e3 /ale_linters/tex/proselint.vim | |
parent | 6befe9e37c3a7bc07aba2f66cd7587fd6360359b (diff) | |
download | ale-18508f74532f41aa4c66a5e217550f00d150a30d.zip |
proselint: Add more supported filetypes (#367)
* proselint: Add more suported filetypes
* proselint: Minor consistency fixes
* Vim help: Disable linters by default
Diffstat (limited to 'ale_linters/tex/proselint.vim')
-rw-r--r-- | ale_linters/tex/proselint.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/tex/proselint.vim b/ale_linters/tex/proselint.vim index 6801cf3e..b97fb3e4 100644 --- a/ale_linters/tex/proselint.vim +++ b/ale_linters/tex/proselint.vim @@ -1,5 +1,5 @@ " Author: poohzrn https://github.com/poohzrn -" Description: proselint for tex files +" Description: proselint for TeX files call ale#linter#Define('tex', { \ 'name': 'proselint', |