Skip to content

Commit ced979f

Browse files
yuhan0bbatsov
authored andcommitted
Support #^ metadata syntax
1 parent 24ea02b commit ced979f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ Returns a list pair, e.g. (\"defn\" \"abc\") or (\"deftest\" \"some-test\")."
19941994
\"Non-logical\" sexp are ^metadata and #reader.macros."
19951995
(comment-normalize-vars)
19961996
(comment-forward (point-max))
1997-
(looking-at-p "\\^\\|#:?:?[[:alpha:]]"))
1997+
(looking-at-p "\\(?:#?\\^\\)\\|#:?:?[[:alpha:]]"))
19981998

19991999
(defun clojure-forward-logical-sexp (&optional n)
20002000
"Move forward N logical sexps.

0 commit comments

Comments
 (0)