From b8624e46d83c8b59e5d4a773bdcae6ffc3b9639a Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Tue, 20 Feb 2024 22:08:30 -0800 Subject: doc: remove spurious help tag (#294) --- README.md | 2 +- doc/conform.txt | 2 +- scripts/options_doc.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 722547c..f0418d0 100644 --- a/README.md +++ b/README.md @@ -441,7 +441,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 diff --git a/doc/conform.txt b/doc/conform.txt index 54a1b78..97c843d 100644 --- a/doc/conform.txt +++ b/doc/conform.txt @@ -56,7 +56,7 @@ OPTIONS *conform-option 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 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 -- cgit v1.2.3-70-g09d2