False positive `clojure-in-docstring-p` for string defs
vemv opened this issue · 1 comments
vemv commented
(def foo "place POINT here") appears to trick (clojure-in-docstring-p), would appreciate an additional confirmation from someone else.
One can work around it by placing an actual docstring: (def foo "docstring" "the var value")
vemv commented
My copy of defun clojure-font-lock-syntactic-face-function was outdated.
Sorry for the noise!