aboutsummaryrefslogtreecommitdiffstats
path: root/libparser.7
diff options
context:
space:
mode:
Diffstat (limited to 'libparser.7')
-rw-r--r--libparser.72
1 files changed, 1 insertions, 1 deletions
diff --git a/libparser.7 b/libparser.7
index cb1d763..406f6ca 100644
--- a/libparser.7
+++ b/libparser.7
@@ -47,7 +47,7 @@ _nonascii = <128, 255>;
(* WHITESPACE/COMMENTS, THE GRAMMAR IS FREE-FORM *)
-_comment_char = _space | !\(dq*\(dq, <\(dq!\(dq, 0xFF>;
+_comment_char = _space | !\(dq*\(dq, !\(dq\e\(dq\(dq, <\(dq!\(dq, 0xFF>;
_comment_tail = [_comment_char], [_string], (\(dq*)\(dq | _comment_tail | -);
_comment = \(dq(*\(dq, _comment_tail;