From 969b59e1bbcc0b9a79bd2ef06cdd90fdde51c915 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 12 Mar 2023 10:29:11 -0700 Subject: consfigurator.el.in: don't propertise quotation marks in #?r"foo" Signed-off-by: Sean Whitton --- emacs/consfigurator.el.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in index 9a3723a..63c8a36 100644 --- a/emacs/consfigurator.el.in +++ b/emacs/consfigurator.el.in @@ -158,7 +158,8 @@ Modes that use this should add `syntax-propertize-multiline' to (cond ((assq char perl-quote-like-pairs) (eval-when-compile (string-to-syntax "|"))) ((and (eq char ?\") - (member (match-string 2) '("" "m"))) + (not (member (match-string 2) + '("tr" "s" "y")))) nil) (t (eval-when-compile -- cgit v1.2.3