Skip to content

Commit

Permalink
Add a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 26, 2015
1 parent ba546c8 commit ba273c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,8 @@ This will skip over sexps that don't represent objects, so that ^hints and

(defconst clojurex-font-lock-keywords
;; cljx annotations (#+clj and #+cljs)
'(("#\\+cljs?\\>" 0 font-lock-preprocessor-face)))
'(("#\\+cljs?\\>" 0 font-lock-preprocessor-face))
"Additional font-locking for `clojurex-mode'.")

;;;###autoload
(define-derived-mode clojurex-mode clojure-mode "ClojureX"
Expand Down

0 comments on commit ba273c5

Please sign in to comment.