diff options
Diffstat (limited to 'nomsu.4.peg')
| -rw-r--r-- | nomsu.4.peg | 2 |
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 -> ""))* ~} |
