From 8fa41a15f184660ab5bda5f86d645ba9b2582389 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 16 Mar 2023 11:56:31 -0700 Subject: support indented heredocs, add new "Reader macros" manual section Signed-off-by: Sean Whitton --- emacs/consfigurator.el.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/consfigurator.el.in') 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)) -- cgit v1.2.3