Update script
fix more [+1]/+1 issues
This commit is contained in:
@@ -1019,7 +1019,7 @@ text_filter :=
|
|||||||
replace: {"<nosym>" + mana_filter_t() + "</nosym>"} ) +
|
replace: {"<nosym>" + mana_filter_t() + "</nosym>"} ) +
|
||||||
# step 5 : add mana & tap symbols
|
# step 5 : add mana & tap symbols
|
||||||
replace@(
|
replace@(
|
||||||
match: "([+=-][XYZ0-9/|]+)",
|
match: "(?<!\\/)([+=-][XYZ0-9|]+)(?!\\/)",
|
||||||
in_context: mana_context,
|
in_context: mana_context,
|
||||||
replace: {"<sym-auto>" + _1 + "</sym-auto>"} ) +
|
replace: {"<sym-auto>" + _1 + "</sym-auto>"} ) +
|
||||||
replace@(
|
replace@(
|
||||||
|
|||||||
Reference in New Issue
Block a user