aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-09-15 17:43:14 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-09-15 17:44:03 -0700
commitcb5f939ab27b2c2ef2e1d4ac6fe16c5ba6332f39 (patch)
tree546ce64c755ad04b916f00c8ca398af8739d206c /README.md
parentaa38b05575dab57b813ddcd14780f65ff20a6d49 (diff)
feat: utility function to extend the built-in formatter args (#50)
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 6592bff..1d7ec64 100644
--- a/README.md
+++ b/README.md
@@ -321,6 +321,7 @@ require("conform").formatters.my_formatter = {
- [Autoformat with extra features](doc/recipes.md#autoformat-with-extra-features)
- [Command to toggle format-on-save](doc/recipes.md#command-to-toggle-format-on-save)
- [Automatically run slow formatters async](doc/recipes.md#automatically-run-slow-formatters-async)
+- [Add extra arguments to a formatter command](doc/recipes.md#add-extra-arguments-to-a-formatter-command)
<!-- /RECIPES -->