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

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

[nongnu] elpa/highlight-parentheses 73b4aa7 34/49: Added angle brackets!


From: ELPA Syncer
Subject: [nongnu] elpa/highlight-parentheses 73b4aa7 34/49: Added angle brackets!
Date: Sun, 15 Aug 2021 03:57:48 -0400 (EDT)

branch: elpa/highlight-parentheses
commit 73b4aa791f35315c5417553473144aeb69d234bf
Author: Tim Perkins <tprk77@gmail.com>
Commit: Tim Perkins <tprk77@gmail.com>

    Added angle brackets!
---
 highlight-parentheses.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/highlight-parentheses.el b/highlight-parentheses.el
index 58f7481..0d602a0 100644
--- a/highlight-parentheses.el
+++ b/highlight-parentheses.el
@@ -109,9 +109,9 @@ This is used to prevent analyzing the same context over and 
over.")
       (save-excursion
         (ignore-errors
           (when hl-paren-highlight-adjacent
-            (cond ((memq (preceding-char) '(?\) ?\} ?\]))
+            (cond ((memq (preceding-char) '(?\) ?\} ?\] ?\>))
                    (backward-char 1))
-                  ((memq (following-char) '(?\( ?\{ ?\[))
+                  ((memq (following-char) '(?\( ?\{ ?\[ ?\<))
                    (forward-char 1))))
           (while (and (setq pos1 (cadr (syntax-ppss pos1)))
                       (cdr overlays))



reply via email to

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