Moving tilde to auto_replace, now that automatic text replacements are fixed.

Trying to make VS parameters de-bold.  Not working out.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1353 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2009-01-15 06:28:32 +00:00
parent 30671ad5b0
commit 12789420e9
3 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ text_filter :=
) +
# step 3a : expand shortcut word CARDNAME
replace@(
match: "~|CARDNAME",
match: "CARDNAME",
in_context: "(^|[[:space:]]|\\()<match>", # TODO: Allow any punctuation before
replace: "<atom-cardname></atom-cardname>"
) +