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 bd535f0..cd8088f 100644
--- a/README.md
+++ b/README.md
@@ -263,7 +263,7 @@ You can view this list in vim with `:help conform-formatters`
- [yamlfmt](https://github.com/google/yamlfmt) - yamlfmt is an extensible command line tool or library to format yaml files.
- [yapf](https://github.com/google/yapf) - Yet Another Python Formatter.
- [zigfmt](https://github.com/ziglang/zig) - Reformat Zig source into canonical form.
-- [zprint](https://github.com/kkinnear/zprint) - Highly configurable formatter for Clojure and EDN.
+- [zprint](https://github.com/kkinnear/zprint) - Formatter for Clojure and EDN.
<!-- /FORMATTERS -->
</details>
diff --git a/doc/conform.txt b/doc/conform.txt
index dfbc50e..23ac8c7 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -285,6 +285,7 @@ FORMATTERS *conform-formatter
files.
`yapf` - Yet Another Python Formatter.
`zigfmt` - Reformat Zig source into canonical form.
+`zprint` - Formatter for Clojure and EDN.
--------------------------------------------------------------------------------
AUTOFORMAT *conform-autoformat*