diff --git a/src/fix-ng/fix.sdf b/src/fix-ng/fix.sdf
index 0cc486e14d80eefde335d8a07adc030c541fa8a9..30f9306863c92d9dbd404dbaa2c0b93af216b984 100644
--- a/src/fix-ng/fix.sdf
+++ b/src/fix-ng/fix.sdf
@@ -100,7 +100,7 @@ exports
     "\"" ~[\n\"]* "\"" -> Str
 
     PathComp ("/" PathComp)+ -> Path
-    [a-zA-Z0-9\.\_\-]+ -> PathComp
+    [a-zA-Z0-9\.\_\-\+]+ -> PathComp
 
     "true" -> Bool
     "false" -> Bool