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 669482a commit 6a01d68Copy full SHA for 6a01d68
clojure-mode.el
@@ -353,7 +353,7 @@ Called by `imenu--generic-function'."
353
(goto-char start)))))
354
355
(eval-and-compile
356
- (defconst clojure--sym-forbidden-rest-chars "][\";\'@\\^`~\(\)\{\}\\"
+ (defconst clojure--sym-forbidden-rest-chars "][\";\'@\\^`~\(\)\{\}\\,\s\t\n\r"
357
"A list of chars that a Clojure symbol cannot contain.
358
See definiton of 'macros': URL `http://git.io/vRGLD'.")
359
(defconst clojure--sym-forbidden-1st-chars (concat clojure--sym-forbidden-rest-chars "0-9")
0 commit comments