diff options
author | rhysd <lin90162@yahoo.co.jp> | 2017-10-19 17:22:47 +0900 |
---|---|---|
committer | rhysd <lin90162@yahoo.co.jp> | 2017-10-19 18:17:04 +0900 |
commit | 4339af2bb6901c64ea9a104e4ed2f1589daf86aa (patch) | |
tree | 1a54581b4081a144e649d7837d2972c78b911caf /README.md | |
parent | 5292d2f3497604f526b05508d5891cf5d4b75c2b (diff) | |
download | ale-4339af2bb6901c64ea9a104e4ed2f1589daf86aa.zip |
add support for remark-lint
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ formatting. | LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck), [proselint](http://proselint.com/) | | LLVM | [llc](https://llvm.org/docs/CommandGuide/llc.html) | | Lua | [luacheck](https://github.com/mpeterv/luacheck) | -| Markdown | [mdl](https://github.com/mivok/markdownlint), [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) | +| Markdown | [mdl](https://github.com/mivok/markdownlint), [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale), [remark-lint](https://github.com/wooorm/remark-lint) !! | | MATLAB | [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) | | Nim | [nim check](https://nim-lang.org/docs/nimc.html) !! | | nix | [nix-instantiate](http://nixos.org/nix/manual/#sec-nix-instantiate) | |