emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars 4691ab75cc 246/431: Update font-lock expres


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 4691ab75cc 246/431: Update font-lock expressions to include boundaries are arguments
Date: Mon, 16 Sep 2024 12:59:33 -0400 (EDT)

branch: externals/indent-bars
commit 4691ab75cc5fd92d5049ed859e4a1503dfd2d922
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    Update font-lock expressions to include boundaries are arguments
---
 indent-bars.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index d70f983213..f2f00dc67e 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1343,9 +1343,9 @@ Adapted from `highlight-indentation-mode'."
    (t 4)))                             ; backup
 
 (defvar indent-bars--display-form
-  '(indent-bars--display))
+  '(indent-bars--display (match-beginning 1) (match-end 1)))
 (defvar indent-bars--handle-blank-lines-form
-  '(indent-bars--handle-blank-lines))
+  '(indent-bars--handle-blank-lines (match-beginning 0) (match-end 0)))
 (defun indent-bars--setup-font-lock ()
   "Setup font lock keywords and functions for indent-bars."
   (unless (eq font-lock-unfontify-region-function #'indent-bars--unfontify)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]