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

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

[nongnu] elpa/web-mode df46c82443 2/8: Update web-mode.el


From: ELPA Syncer
Subject: [nongnu] elpa/web-mode df46c82443 2/8: Update web-mode.el
Date: Fri, 15 Mar 2024 16:01:48 -0400 (EDT)

branch: elpa/web-mode
commit df46c8244360019f02ba3dee6a2e6d020cade7b5
Author: fxbois <fxbois@gmail.com>
Commit: fxbois <fxbois@gmail.com>

    Update web-mode.el
---
 web-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web-mode.el b/web-mode.el
index d81ba57460..4fc559d904 100644
--- a/web-mode.el
+++ b/web-mode.el
@@ -6072,8 +6072,8 @@ Also return non-nil if it is the command 
`self-insert-command' is remapped to."
            )
 
           ((and (eq ?\< ch-at)
-                (not (or (and (>= ch-before 97) (<= ch-before 122))
-                         (and (>= ch-before 65) (<= ch-before 90)))))
+                (not (or (and (>= ch-before 97) (<= ch-before 122)) ;; a-z
+                         (and (>= ch-before 65) (<= ch-before 90))))) ;; A-Z
            ;;(message "before [%S>%S|%S] pt=%S" reg-beg reg-end depth (point))
            (search-backward "<")
            (if (web-mode-jsx-skip reg-end)



reply via email to

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