diff options
author | Stewy Slocum <sslocum3@jhu.edu> | 2018-03-25 13:43:51 -0400 |
---|---|---|
committer | Stewy Slocum <sslocum3@jhu.edu> | 2018-03-25 13:43:51 -0400 |
commit | 8d4852a127d9f4d9793f8ee585fdb18a916aa7e9 (patch) | |
tree | 7bd9f90a323c638adb110496fda318bacb681458 /doc | |
parent | 84952918cc48a2de2082c9988e720412f146d3cc (diff) | |
download | ale-8d4852a127d9f4d9793f8ee585fdb18a916aa7e9.zip |
add documentation on mmc linter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 2e98cd71..3b2a4583 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -139,6 +139,8 @@ CONTENTS *ale-contents* mdl.................................|ale-markdown-mdl| prettier............................|ale-markdown-prettier| write-good..........................|ale-markdown-write-good| + mercury...............................|ale-mercury-options| + mmc.................................|ale-mercury-mmc| nroff.................................|ale-nroff-options| write-good..........................|ale-nroff-write-good| objc..................................|ale-objc-options| @@ -346,6 +348,7 @@ Notes: * Make: `checkmake` * Markdown: `alex`!!, `mdl`, `prettier`, `proselint`, `redpen`, `remark-lint`, `vale`, `write-good` * MATLAB: `mlint` +* Mercury: `mmc`!! * Nim: `nim check`!! * nix: `nix-instantiate` * nroff: `alex`!!, `proselint`, `write-good` |