From 8e5f1b9e1e912f781738a564843e024b0e0b2e96 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 26 Nov 2018 16:21:42 -0800 Subject: Simplifying the control flow API and deduplicating the code. --- nomsu.4.peg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.4.peg') 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 -> ""))* ~} -- cgit v1.2.3