diff options
author | Robert Liebowitz <rliebz@gmail.com> | 2021-07-03 05:50:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 18:50:48 +0900 |
commit | 0d90cb64c6d14177f6915649243d272e1308dfaf (patch) | |
tree | 1fc1c1d831f966fb1134baad471e518f25b9adc7 /supported-tools.md | |
parent | b749ec702af29fb4d8a550c585704b3b351134d9 (diff) | |
download | ale-0d90cb64c6d14177f6915649243d272e1308dfaf.zip |
Add stylua fixer for lua (#3789)
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 7848d111..14c92dd9 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -297,6 +297,7 @@ formatting. * [luac](https://www.lua.org/manual/5.1/luac.html) * [luacheck](https://github.com/mpeterv/luacheck) * [luafmt](https://github.com/trixnz/lua-fmt) + * [stylua](https://github.com/johnnymorganz/stylua) * Mail * [alex](https://github.com/wooorm/alex) :floppy_disk: * [languagetool](https://languagetool.org/) :floppy_disk: |