Commit 9fb763f8 authored by pichoro's avatar pichoro

I realized that actions can use semi-colons, so I re-added them.

parent f0ac511e
......@@ -1564,7 +1564,7 @@ keyword parameter type:
script: \{english_number_ordinal({input})\}
keyword parameter type:
name: action
match: [^(:;\n]+
match: [^(:\n]+
separator after is: [.]
reminder script: alternative_cost()
keyword parameter type:
......
......@@ -470,7 +470,7 @@ keyword parameter type:
script: \{english_number_multiple({input})\}
keyword parameter type:
name: action
match: [^(;:\n]+
match: [^(:\n]+
separator after is: [.]
reminder script: alternative_cost()
keyword parameter type:
......
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