You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#302: Add new sexp navigation commands. clojure-forward-logical-sexp and clojure-backward-logical-sexp consider ^hints and #reader.macros to be part of the sexp that follows them.
#303: Handle boot projects in clojure-expected-ns.
Added dedicated modes for ClojureScript, ClojureC and ClojureX. All of them are derived from clojure-mode.
Added support for Gradle projects.
Vastly improved indentation engine.
Added support for reader conditionals.
Improved font-locking of namespaced symbols.
Bugs fixed
#310 and #311 Fix clojure-expected-ns in multi-source projects.
#307: Don't highlight handle and handler-case as keywords.
Fix font-locking for def with special chars such as: defn*, defspecial!.