aboutsummaryrefslogtreecommitdiff
path: root/nomsu.6.peg
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu.6.peg')
-rw-r--r--nomsu.6.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.6.peg b/nomsu.6.peg
index 6a1725a..344f679 100644
--- a/nomsu.6.peg
+++ b/nomsu.6.peg
@@ -190,7 +190,7 @@ real_number (Number) <-
(("-"? [0-9]+ "." [0-9]+)-> tonumber)
-variable (Var) <- "$" ({ident_char+} / "(" {(ws+ / operator_char+ / ident_char+)*} ")" / {''})
+variable (Var) <- "$" ({ident_char+} / "(" ws* inline_action ws* ")" / {''})
inline_list (List) <-