aboutsummaryrefslogtreecommitdiff
path: root/nomsu.4.peg
diff options
context:
space:
mode:
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 -> ""))*
~}