diff options
Diffstat (limited to 'nomsu.7.peg')
| -rw-r--r-- | nomsu.7.peg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.7.peg b/nomsu.7.peg index 650623c..18ef9ae 100644 --- a/nomsu.7.peg +++ b/nomsu.7.peg @@ -189,7 +189,7 @@ real_number (Number) <- { (%at_break "-")? [0-9]+ (("_"+->"") [0-9]+)* "." [0-9]+ (("_"+->"") [0-9]+)* } -variable (Var) <- "$" ({ident_char+} / "(" ws* (inline_action / variable) ws* ")" / {''}) +variable (Var) <- "$" ({ident_char+} / "(" ws* (inline_methodchain / inline_action / variable) ws* ")" / {''}) inline_list (List) <- |
