aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnowopen2
1 files changed, 1 insertions, 1 deletions
diff --git a/nowopen b/nowopen
index 7c6adee..70e8940 100755
--- a/nowopen
+++ b/nowopen
@@ -91,7 +91,7 @@ local dsl = re.compile([=[
/ ("midnight" {:hour: {~''->'12'~} :} {:ampm: {~''->'am'~} :})
|}
tag <- word (ws word)*
- word <- [^%nl%tab (),:#&0-9-]+
+ word <- [^%nl%tab (),:#-]+
ws <- [ %tab]+
]=], {tab="\t"})
local places,err = dsl:match(place_text)