[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/clojure-mode 76630045fb 1/7: Recognize hyphen or end of co
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/clojure-mode 76630045fb 1/7: Recognize hyphen or end of comment |
Date: |
Wed, 11 Dec 2024 12:59:25 -0500 (EST) |
branch: elpa/clojure-mode
commit 76630045fb5b1660c91e2ab960f5636f4d567c47
Author: Sophie Bosio <sophie.bosio@outlook.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Recognize hyphen or end of comment
---
clojure-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clojure-mode.el b/clojure-mode.el
index e6f7e185e2..a70ad39c8d 100644
--- a/clojure-mode.el
+++ b/clojure-mode.el
@@ -2266,7 +2266,7 @@ renaming a namespace."
(defconst clojure-def-type-and-name-regex
(concat "(\\(?:\\(?:\\sw\\|\\s_\\)+/\\)?"
;; Declaration
- "\\(def\\(?:\\sw\\|\\s_\\)*\\)\\>"
+ "\\(def\\(?:\\sw\\|\\s_\\)*\\(?:-\\|\\>\\)\\)"
;; Any whitespace
"[ \r\n\t]*"
;; Possibly type or metadata
- [nongnu] elpa/clojure-mode updated (740ca698b0 -> eabe29b076), ELPA Syncer, 2024/12/11
- [nongnu] elpa/clojure-mode 497727a130 2/7: Add tests, ELPA Syncer, 2024/12/11
- [nongnu] elpa/clojure-mode 76630045fb 1/7: Recognize hyphen or end of comment,
ELPA Syncer <=
- [nongnu] elpa/clojure-mode 06a01df8fc 3/7: Also test for `def-n-`, ELPA Syncer, 2024/12/11
- [nongnu] elpa/clojure-mode bdcc372ba6 4/7: Split `def...-` test into new `it` group, ELPA Syncer, 2024/12/11
- [nongnu] elpa/clojure-mode 4528e876e5 5/7: Add more `def...-` tests, with and without metadata, ELPA Syncer, 2024/12/11
- [nongnu] elpa/clojure-mode 60ec48579e 6/7: Add test case with complex metadata, ELPA Syncer, 2024/12/11
- [nongnu] elpa/clojure-mode eabe29b076 7/7: Update changelog, ELPA Syncer, 2024/12/11