diff options
author | Mathias Jean Johansen <mathias@mjj.io> | 2021-07-09 16:54:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 23:54:43 +0900 |
commit | 1e9f40ff8d6a9d34fc84171e3cd416729b4506ec (patch) | |
tree | 1da3e605601c90bf2df06b1f77a4dfd3121c3cd5 /doc/ale.txt | |
parent | 8b73d98baf0a185886a55a62b8b32f6543f14af4 (diff) | |
download | ale-1e9f40ff8d6a9d34fc84171e3cd416729b4506ec.zip |
Add support for `lua-format` fixer. (#3804)
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index df64f06a..53dd2ea2 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2840,6 +2840,7 @@ documented in additional help files. llvm....................................|ale-llvm-options| llc...................................|ale-llvm-llc| lua.....................................|ale-lua-options| + lua-format............................|ale-lua-lua-format| luac..................................|ale-lua-luac| luacheck..............................|ale-lua-luacheck| luafmt................................|ale-lua-luafmt| |