Update script

fix more [+1]/+1 issues
This commit is contained in:
cajun
2024-01-28 08:05:01 -06:00
parent cd3c0887a6
commit d4c96ee282

View File

@@ -1019,7 +1019,7 @@ text_filter :=
replace: {"<nosym>" + mana_filter_t() + "</nosym>"} ) +
# step 5 : add mana & tap symbols
replace@(
match: "([+=-][XYZ0-9/|]+)",
match: "(?<!\\/)([+=-][XYZ0-9|]+)(?!\\/)",
in_context: mana_context,
replace: {"<sym-auto>" + _1 + "</sym-auto>"} ) +
replace@(