aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSeth Daniel <github.com@sethdaniel.org>2023-08-29 20:33:59 -0500
committerGitHub <noreply@github.com>2023-08-29 18:33:59 -0700
commit863fb46fc7a7fa66fafb4bb8fd8093c700c472e5 (patch)
tree86bdbe71423b1c6731c8651a3475159e046d795c /README.md
parent52d17de0b5be704d9cc44eb83ebd4250d30b1bed (diff)
feat: add shellharden (#14)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c10470..be8e776 100644
--- a/README.md
+++ b/README.md
@@ -181,6 +181,7 @@ To view configured and available formatters, as well as to see the path to the l
- [rubocop](https://github.com/rubocop/rubocop) - Ruby static code analyzer and formatter, based on the community Ruby style guide.
- [rustfmt](https://github.com/rust-lang/rustfmt) - A tool for formatting rust code according to style guidelines.
- [scalafmt](https://github.com/scalameta/scalafmt) - Code formatter for Scala.
+- [shellharden](https://github.com/anordal/shellharden) - The corrective bash syntax highlighter
- [shfmt](https://github.com/mvdan/sh) - A shell parser, formatter, and interpreter with `bash` support.
- [sql_formatter](https://github.com/sql-formatter-org/sql-formatter) - A whitespace formatter for different query languages.
- [stylua](https://github.com/JohnnyMorganz/StyLua) - An opinionated code formatter for Lua.