File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -439,11 +439,14 @@ ENDP and DELIM."
439
439
(t )))))
440
440
441
441
(defconst clojure--collection-tag-regexp " #\\ (::[a-zA-Z0-9._-]*\\ |:?\\ ([a-zA-Z0-9._-]+/\\ )?[a-zA-Z0-9._-]+\\ )"
442
- " Allowed strings that can come before a collection literal (e.g. '[]' or '{}'), as reader macro tags.
443
- This includes #fully.qualified/my-ns[:kw val] and #::my-ns{:kw val} as of Clojure 1.9." )
442
+ " 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
446
+ val} as of Clojure 1.9." )
444
447
445
448
(defun clojure-no-space-after-tag (endp delimiter )
446
- " Prevent inserting a space after a reader-literal tag?
449
+ " Prevent inserting a space after a reader-literal tag.
447
450
448
451
When a reader-literal tag is followed be an opening delimiter
449
452
listed in `clojure-omit-space-between-tag-and-delimiters' , this
You can’t perform that action at this time.
0 commit comments