aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f4a1fe..873f0ba 100644
--- a/README.md
+++ b/README.md
@@ -221,7 +221,7 @@ To view configured and available formatters, as well as to see the log file, run
- [swift_format](https://github.com/apple/swift-format) - Swift formatter from apple. Requires building from source with `swift build`.
- [swiftformat](https://github.com/nicklockwood/SwiftFormat) - SwiftFormat is a code library and command-line tool for reformatting `swift` code on macOS or Linux.
- [taplo](https://github.com/tamasfe/taplo) - A TOML toolkit written in Rust
-- [templ](https://templ.guide/commands-and-tools/cli/#formatting-templ-files) - A Go HTML template engine
+- [templ](https://templ.guide/commands-and-tools/cli/#formatting-templ-files) - Formats templ template files.
- [terraform_fmt](https://www.terraform.io/docs/cli/commands/fmt.html) - The terraform-fmt command rewrites `terraform` configuration files to a canonical format and style.
- [trim_newlines](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim new lines with awk
- [trim_whitespace](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim whitespaces with awk
diff --git a/doc/conform.txt b/doc/conform.txt
index 0c8ea9a..59265ea 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -239,6 +239,7 @@ FORMATTERS *conform-formatter
`swiftformat` - SwiftFormat is a code library and command-line tool for
reformatting `swift` code on macOS or Linux.
`taplo` - A TOML toolkit written in Rust
+`templ` - Formats templ template files.
`terraform_fmt` - The terraform-fmt command rewrites `terraform` configuration
files to a canonical format and style.
`trim_newlines` - Trim new lines with awk