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 740ca69 commit 7663004Copy full SHA for 7663004
clojure-mode.el
@@ -2266,7 +2266,7 @@ renaming a namespace."
2266
(defconst clojure-def-type-and-name-regex
2267
(concat "(\\(?:\\(?:\\sw\\|\\s_\\)+/\\)?"
2268
;; Declaration
2269
- "\\(def\\(?:\\sw\\|\\s_\\)*\\)\\>"
+ "\\(def\\(?:\\sw\\|\\s_\\)*\\(?:-\\|\\>\\)\\)"
2270
;; Any whitespace
2271
"[ \r\n\t]*"
2272
;; Possibly type or metadata
0 commit comments