aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-12 10:29:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-12 10:29:11 -0700
commit969b59e1bbcc0b9a79bd2ef06cdd90fdde51c915 (patch)
tree76bd4eecd9bd852dc4a7f2c0966db09d662af1d2
parent3747982d72ed1a6b5c40bbad3cdbfe837e5599f2 (diff)
downloadconsfigurator-969b59e1bbcc0b9a79bd2ef06cdd90fdde51c915.tar.gz
consfigurator.el.in: don't propertise quotation marks in #?r"foo"
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--emacs/consfigurator.el.in3
1 files changed, 2 insertions, 1 deletions
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