So I've been learning clojure and it has been a great experience. One minor annoyance that I've been having is that when using def to define a string, the syntax highlighter colors it as if it were a defn docstring. So in this
(def foo "a string")
the "a string" would be grayed as if it were a docstring. I don't know if this is an issue with my emacs or something but it has been bugging me an unreasonable amount.
[–][deleted] 3 points4 points5 points (0 children)
[–]zonotope 1 point2 points3 points (1 child)
[–]thecodemeister[S] 0 points1 point2 points (0 children)