summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/options_doc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/options_doc.lua b/scripts/options_doc.lua
index 72acca4..4b1687e 100644
--- a/scripts/options_doc.lua
+++ b/scripts/options_doc.lua
@@ -42,7 +42,7 @@ require("conform").setup({
formatters = {
my_formatter = {
-- This can be a string or a function that returns a string.
- -- When defining a new formatter, this is the only field that is *required*
+ -- When defining a new formatter, this is the only field that is required
command = "my_cmd",
-- A list of strings, or a function that returns a list of strings
-- Return a single string instead of a list to run the command in a shell