Hi,
The updates are:
* Improved string/comment handling. Previously, lispindent tried to guess whether something was inside a string/comment or not. The biggest problems came in the form of semicolons inside strings (which easily arises when writing clojurescript) combined with the fact that clojure strings can span multiple lines. The new implementation uses the syntax itself (from the editor) to determine where strings/comments are. This is not without it's own problems - if a string is not highlighted as a string, lispindent will not consider it being a string.
* Activate lispindent on syntax - if the file is using clojure syntax, lispindent is used for indenting. Previously only the file ending determined if lispindent was used or not.
* Vintage integration. Vintage is a vim-like mode for sublime text and comes with it's own shortcuts for reindenting etc. Previously it would use the default indentation, but now it uses lispindent instead.
That's about it, I hope you enjoy using lispindent! :)
If you have any problems, do not hesitate to open an issue on github:
Jonathan