Releases: tonsky/Clojure-Sublimed
Releases · tonsky/Clojure-Sublimed
4.5.2
- Prepare for python 3.13 #137
4.5.1
- Prepare for python 3.13 #137
4.5.0
- Improved stacktrace formatting, closer match for clojure+
4.4.3
- Fixed
Align Cursors
not appearing in Command Palette #136
4.4.2
- Get settings from view, which merges in project and syntax settings on top of
Preferences.sublime-settings
4.4.0
- New
Align Cursors
command
- Color scheme adjustments

4.3.2
- Clarified some symbol/keyword edge cases in syntax
- Add
clojure_sublimed_select_topmost_form
command
- Add
|
to the allowed symbols chars #132
4.3.1
- Fixed evaluation of
()
#131
4.3.0
- Pretty print selection #123
- Execute code from inside top-level
; ...
and #_...
#124
Toggle Comment
command that uses #_
instead of ;;
- Remove background color on quoted strings inside metadata
- Better handle eval of
#_
forms in nREPL JVM
- Made line numbers much more transparent