[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)
- [nongnu] elpa/web-mode updated (10f1269ab1 -> a9d2184122), ELPA Syncer, 2024/03/15
- [nongnu] elpa/web-mode df46c82443 2/8: Update web-mode.el,
ELPA Syncer <=
- [nongnu] elpa/web-mode eaf3486d1a 1/8: jsx changes, ELPA Syncer, 2024/03/15
- [nongnu] elpa/web-mode fc20afa3bf 3/8: adapt jsx-skip, ELPA Syncer, 2024/03/15
- [nongnu] elpa/web-mode 023f90bab6 6/8: sync, ELPA Syncer, 2024/03/15
- [nongnu] elpa/web-mode 6e01745bf6 5/8: sync, ELPA Syncer, 2024/03/15
- [nongnu] elpa/web-mode a9d2184122 8/8: Merge pull request #1301 from fxbois/devel, ELPA Syncer, 2024/03/15
- [nongnu] elpa/web-mode 4cbddc4222 7/8: Update web-mode.el, ELPA Syncer, 2024/03/15
- [nongnu] elpa/web-mode 0942dbd9ac 4/8: Update web-mode.el, ELPA Syncer, 2024/03/15