* Allow `+' in path names.
This commit is contained in:
parent
fa18f1f184
commit
569e7940f8
|
@ -100,7 +100,7 @@ exports
|
||||||
"\"" ~[\n\"]* "\"" -> Str
|
"\"" ~[\n\"]* "\"" -> Str
|
||||||
|
|
||||||
PathComp ("/" PathComp)+ -> Path
|
PathComp ("/" PathComp)+ -> Path
|
||||||
[a-zA-Z0-9\.\_\-]+ -> PathComp
|
[a-zA-Z0-9\.\_\-\+]+ -> PathComp
|
||||||
|
|
||||||
"true" -> Bool
|
"true" -> Bool
|
||||||
"false" -> Bool
|
"false" -> Bool
|
||||||
|
|
Loading…
Reference in a new issue