aboutsummaryrefslogtreecommitdiff
path: root/nomsu.4.peg
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-26 16:21:42 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-11-26 16:22:04 -0800
commit8e5f1b9e1e912f781738a564843e024b0e0b2e96 (patch)
treed0ff38fc1f791d784ef2c968940365f04d3b6eee /nomsu.4.peg
parentcbbe6b1c14faf85c20dee4c481723cf0e468e0e8 (diff)
Simplifying the control flow API and deduplicating the code.
Diffstat (limited to 'nomsu.4.peg')
-rw-r--r--nomsu.4.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.4.peg b/nomsu.4.peg
index 7ca8423..f5ce940 100644
--- a/nomsu.4.peg
+++ b/nomsu.4.peg
@@ -165,7 +165,7 @@ indented_text (Text):
indented_plain_text (Text):
{~
((("\" blank_lines =curr_indent "..") -> "") / ('\\' -> '\')
- / (!text_interpolation ((!("\n") escaped_char) / '\'))
+ / (!text_interpolation (escaped_char / '\'))
/ (nonterminal_quote / text_char)+)+
(%nl+ (=curr_indent -> ""))*
~}