diff options
author | w0rp <devw0rp@gmail.com> | 2017-05-03 23:35:33 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-05-03 23:35:33 +0100 |
commit | ab7ab7d6e3038234068a05f73775e6c9e5b84598 (patch) | |
tree | 71731a31b982ca2cb1ee94af2a8c175e7bf2db32 /README.md | |
parent | 0aed51565eae5f03dc400409ef73697333bb4f16 (diff) | |
download | ale-ab7ab7d6e3038234068a05f73775e6c9e5b84598.zip |
Fix #530 - Fix LaTeX and TeX duplicate entries in documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 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 | |