Allow /\ in simple searches. (#3604)

This commit is contained in:
Rob Blanckaert 2019-03-03 18:48:20 -08:00 committed by Zach H
parent 9411396b97
commit 5a3f2fcff7

View file

@ -42,7 +42,7 @@ ColorQuery <- [cC] 'olor'? <[iI]?> <[:!]> ColorEx*
FieldQuery <- String [:] RegexString / String ws? NumericExpression
NonQuote <- !["].
UnescapedStringListPart <- [a-zA-Z0-9']+
UnescapedStringListPart <- [a-zA-Z0-9/\']+
String <- UnescapedStringListPart / ["] <NonQuote*> ["]
StringValue <- String / [(] StringList [)]
StringList <- StringListString (ws? [,] ws? StringListString)*