aboutsummaryrefslogtreecommitdiff
path: root/emacs/consfigurator.el.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-12 13:44:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-12 13:56:33 -0700
commita72ecfcf529624df02890b73368ea3e2826d1d0d (patch)
treef58db87c04957442b79c1ec005755ee73079a0f1 /emacs/consfigurator.el.in
parent4562107390d3e20b8f9c3f13c79041232d598a3f (diff)
downloadconsfigurator-a72ecfcf529624df02890b73368ea3e2826d1d0d.tar.gz
consfigurator.el.in: fix matching first char of heredoc
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'emacs/consfigurator.el.in')
-rw-r--r--emacs/consfigurator.el.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index 17094df..d029b90 100644
--- a/emacs/consfigurator.el.in
+++ b/emacs/consfigurator.el.in
@@ -131,7 +131,7 @@ Modes that use this should add `syntax-propertize-multiline' to
(let (case-fold-search)
(funcall
(syntax-propertize-rules
- ("#>\\([^>]+\\)>\\(.\\)"
+ ("#>\\([^>]+\\)>\\([^z-a]\\)"
(2 (ignore
(or (in-string-or-comment-p)
(let ((beg (match-beginning 2))