summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-03 23:35:33 +0100
committerw0rp <devw0rp@gmail.com>2017-05-03 23:35:33 +0100
commitab7ab7d6e3038234068a05f73775e6c9e5b84598 (patch)
tree71731a31b982ca2cb1ee94af2a8c175e7bf2db32
parent0aed51565eae5f03dc400409ef73697333bb4f16 (diff)
downloadale-ab7ab7d6e3038234068a05f73775e6c9e5b84598.zip
Fix #530 - Fix LaTeX and TeX duplicate entries in documentation
-rw-r--r--README.md3
-rw-r--r--doc/ale.txt3
2 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index a09924e5..d0f3b94f 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ name. That seems to be the fairest way to arrange this table.
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/), [standard](http://standardjs.com/), [xo](https://github.com/sindresorhus/xo)
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
| Kotlin | [kotlinc](https://kotlinlang.org) see `:help ale-integration-kotlin` for configuration instructions
-| LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck) |
+| LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck), [proselint](http://proselint.com/) |
| Lua | [luacheck](https://github.com/mpeterv/luacheck) |
| Markdown | [mdl](https://github.com/mivok/markdownlint), [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) |
| MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) |
@@ -108,7 +108,6 @@ name. That seems to be the fairest way to arrange this table.
| SML | [smlnj](http://www.smlnj.org/) |
| SQL | [sqlint](https://github.com/purcell/sqlint) |
| Swift | [swiftlint](https://swift.org/) |
-| Tex | [proselint](http://proselint.com/) |
| Texinfo | [proselint](http://proselint.com/)|
| Text^ | [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) |
| TypeScript | [tslint](https://github.com/palantir/tslint), typecheck |
diff --git a/doc/ale.txt b/doc/ale.txt
index 01258cad..7f19fbed 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -142,7 +142,7 @@ The following languages and tools are supported.
* JavaScript: 'eslint', 'jscs', 'jshint', 'flow', 'xo'
* JSON: 'jsonlint'
* Kotlin: 'kotlinc'
-* LaTeX: 'chktex', 'lacheck'
+* LaTeX (tex): 'chktex', 'lacheck', 'proselint'
* Lua: 'luacheck'
* Markdown: 'mdl', 'proselint', 'vale'
* MATLAB: 'mlint'
@@ -168,7 +168,6 @@ The following languages and tools are supported.
* SML: 'smlnj'
* SQL: 'sqlint'
* Swift: 'swiftlint'
-* Tex: 'proselint'
* Texinfo: 'proselint'
* Text: 'proselint', 'vale'
* TypeScript: 'tslint', 'typecheck'