diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -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' |