We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ed99ba + e8d6414 commit 4eeb5b3Copy full SHA for 4eeb5b3
clojure-mode.el
@@ -439,7 +439,7 @@ ENDP and DELIM."
439
(t)))))
440
441
(defconst clojure--collection-tag-regexp "#\\(::[a-zA-Z0-9._-]*\\|:?\\([a-zA-Z0-9._-]+/\\)?[a-zA-Z0-9._-]+\\)"
442
- "Collection reader macro tag regexp.
+ "Collection reader macro tag regexp.
443
It is intended to check for allowed strings that can come before a
444
collection literal (e.g. '[]' or '{}'), as reader macro tags.
445
This includes #fully.qualified/my-ns[:kw val] and #::my-ns{:kw
0 commit comments