forked from AkkomaGang/akkoma
Update type for :replace settings
This commit is contained in:
parent
6b9210e886
commit
ac9f18de11
1 changed files with 1 additions and 1 deletions
|
@ -1601,7 +1601,7 @@
|
|||
},
|
||||
%{
|
||||
key: :replace,
|
||||
type: [{:tuple, :string, :string}, {:tuple, :regex, :string}],
|
||||
type: {:keyword, :string, :regex},
|
||||
description:
|
||||
"A list of tuples containing {pattern, replacement}. Each pattern can be a string or a regular expression.",
|
||||
suggestions: [{"foo", "bar"}, {~r/foo/iu, "bar"}]
|
||||
|
|
Loading…
Reference in a new issue