aboutsummaryrefslogtreecommitdiff
path: root/nomsu.peg
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-28 15:20:48 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-28 15:21:28 -0700
commit23022dc88c5a2df0cb3415720a8f3a8c479d6b92 (patch)
tree7835421fc6b67b7583c08a454e690011a25c8ad5 /nomsu.peg
parentb54829de363f67a8a6f6131ceb0eb27aa09d4292 (diff)
Re-added (..), which is necessary for long expressions as first arg to
an action.
Diffstat (limited to 'nomsu.peg')
-rw-r--r--nomsu.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.peg b/nomsu.peg
index 731a83c..7f6cbf6 100644
--- a/nomsu.peg
+++ b/nomsu.peg
@@ -30,7 +30,7 @@ inline_expression:
index_chain / noindex_inline_expression
indented_expression:
indented_text / indented_nomsu / indented_list / indented_dict
- / (indent
+ / ("(..)"? indent
(action dedent
/ expression dedent
/ block (dedent / (("" -> "Error while parsing indented expression") => error)))