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.
1 parent 0b03238 commit 4a5f011Copy full SHA for 4a5f011
clojure-mode.el
@@ -475,7 +475,7 @@ ENDP and DELIM."
475
(if (member delim clojure-omit-space-between-tag-and-delimiters)
476
"\\_<\\(?:'+\\|#.*\\)"
477
"\\_<\\(?:'+\\|#\\)")
478
- (point-at-bol)))))
+ (line-beginning-position)))))
479
480
(defconst clojure--collection-tag-regexp "#\\(::[a-zA-Z0-9._-]*\\|:?\\([a-zA-Z0-9._-]+/\\)?[a-zA-Z0-9._-]+\\)"
481
"Collection reader macro tag regexp.
0 commit comments