From 72f49aa40a5de63a1abc6b113558332a601b6c83 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Oct 2021 20:11:13 -0700 Subject: Fix fix --- nowopen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3