diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-01-19 17:10:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 17:10:29 +0000 |
commit | 7b50b3ec8249af6107a12a03820fb35854014b95 (patch) | |
tree | 9c8010e33596299f87f41585ffc23b120f4cab20 /doc/ale.txt | |
parent | a5ec4143d2ed0527649d4143e244b62b9f879661 (diff) | |
parent | 547716eabb3a436f2de623555fb488d3496ccbd4 (diff) | |
download | ale-7b50b3ec8249af6107a12a03820fb35854014b95.zip |
Merge pull request #1272 from Codezerker/master
Add a luac linter for Lua
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 25c1abe0..6cebbce6 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -125,6 +125,7 @@ CONTENTS *ale-contents* llvm..................................|ale-llvm-options| llc.................................|ale-llvm-llc| lua...................................|ale-lua-options| + luac................................|ale-lua-luac| luacheck............................|ale-lua-luacheck| markdown..............................|ale-markdown-options| write-good..........................|ale-markdown-write-good| @@ -323,7 +324,7 @@ Notes: * LaTeX (tex): `alex`!!, `chktex`, `lacheck`, `proselint`, `redpen`, `vale`, `write-good` * Less: `lessc`, `prettier`, `stylelint` * LLVM: `llc` -* Lua: `luacheck` +* Lua: `luac`, `luacheck` * Mail: `alex`!!, `proselint`, `vale` * Make: `checkmake` * Markdown: `alex`!!, `mdl`, `proselint`, `redpen`, `remark-lint`, `vale`, `write-good` |