Skip to content

Commit 4eeb5b3

Browse files
committed
Merge branch 'master' into align-reader-conditionals
2 parents 8ed99ba + e8d6414 commit 4eeb5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ ENDP and DELIM."
439439
(t)))))
440440

441441
(defconst clojure--collection-tag-regexp "#\\(::[a-zA-Z0-9._-]*\\|:?\\([a-zA-Z0-9._-]+/\\)?[a-zA-Z0-9._-]+\\)"
442-
"Collection reader macro tag regexp.
442+
"Collection reader macro tag regexp.
443443
It is intended to check for allowed strings that can come before a
444444
collection literal (e.g. '[]' or '{}'), as reader macro tags.
445445
This includes #fully.qualified/my-ns[:kw val] and #::my-ns{:kw

0 commit comments

Comments
 (0)