Commit 4e467a98 authored by pichoro's avatar pichoro

Fixed a problem that kept prefix param from working; allows "Dame Judi Denchwalk"

parent 4bd6555b
...@@ -1422,7 +1422,8 @@ keyword parameter type: ...@@ -1422,7 +1422,8 @@ keyword parameter type:
name: prefix name: prefix
description: Prefix for things like "<something>walk" description: Prefix for things like "<something>walk"
optional: false optional: false
match: [A-Z][a-z, ]*([A-Z][a-z, ]*\xEB00) # match: [A-Z][a-z, ]*([A-Z][a-z, ]*\xEB00) # commented out because it stopped prefix param from working, version below allows all "walks", including "Dame Judi Denchwalk", doesn't trigger #in middle of sentences, and doesn't trigger in chains of keywords.
match: [A-Z][A-Z,a-z ]*
example: Forest example: Forest
############################# All Magic keywords ############################# All Magic keywords
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment