Update script
fix more [+1]/+1 issues
This commit is contained in:
@@ -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@(
|
||||
|
||||
Reference in New Issue
Block a user