ITADN
tonsky/Clojure-Sublimed

版本发布 8

4.5.0
? · 2025-06-29

- Improved stacktrace formatting, closer match for clojure+

4.4.3
? · 2025-05-09
4.4.2
? · 2025-04-28

- Get settings from view, which merges in project and syntax settings on top of `Preferences.sublime-settings`

4.4.1
? · 2025-04-05

- Autoscroll on Enter #135

4.4.0
? · 2024-12-30

- New `Align Cursors` command - Color scheme adjustments ![align_cursors](https://github.com/user-attachments/assets/f91faacc-0a26-4bbb-9b10-d9d16c853c2a)

4.3.2
? · 2024-12-09

- 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
? · 2024-11-04

- Fixed evaluation of `()` #131

4.3.0
? · 2024-10-31

- 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