aboutsummaryrefslogtreecommitdiff
path: root/emacs/consfigurator.el.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-16 11:56:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-16 19:04:32 -0700
commit8fa41a15f184660ab5bda5f86d645ba9b2582389 (patch)
treeb532dba4b6862c6ab8b47c99f06e8a498422dda7 /emacs/consfigurator.el.in
parent91c96c933523c1a6a622061682c26a936068b295 (diff)
downloadconsfigurator-8fa41a15f184660ab5bda5f86d645ba9b2582389.tar.gz
support indented heredocs, add new "Reader macros" manual section
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 29a9d27..d9693f9 100644
--- a/emacs/consfigurator.el.in
+++ b/emacs/consfigurator.el.in
@@ -142,7 +142,7 @@ Modes that use this should add `syntax-propertize-multiline' to
(let (case-fold-search)
(funcall
(syntax-propertize-rules
- ("#\\(>>?\\)\\(.+?\\)\\1\\([^z-a]\\)"
+ ("#\\(>>?\\)~?\\(.+?\\)\\1\\([^z-a]\\)"
(3 (ignore
(or (in-string-or-comment-p)
(let ((beg (match-beginning 3))