Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

2.4.0

Latest
Compare
Choose a tag to compare
@oakes oakes released this 19 Jan 23:44
· 42 commits to master since this release

This release improves the editor for clojure files quite a bit, including better highlighting behavior for tagged literals (like #js {:a 1}) and regex literals. It also allows you to set the initial namespace for the REPL -- for lein projects it uses the :main ns from your project.clj, and for boot projects you need to give the :main to the boot task.