版本发布 8
- Improved stacktrace formatting, closer match for clojure+
- Get settings from view, which merges in project and syntax settings on top of `Preferences.sublime-settings`
- Autoscroll on Enter #135
- New `Align Cursors` command - Color scheme adjustments 
- Clarified some symbol/keyword edge cases in syntax - Add `clojure_sublimed_select_topmost_form` command - Add `|` to the allowed symbols chars #132
- Fixed evaluation of `()` #131
- 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