Skip to content
Snippets Groups Projects
Commit 569e7940 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Allow `+' in path names.

parent fa18f1f1
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ exports
"\"" ~[\n\"]* "\"" -> Str
PathComp ("/" PathComp)+ -> Path
[a-zA-Z0-9\.\_\-]+ -> PathComp
[a-zA-Z0-9\.\_\-\+]+ -> PathComp
"true" -> Bool
"false" -> Bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment