Hi,

This is a message to announce that sublime-lispindent has recently received
an update. If you don't know what it is, check out the github page:
https://github.com/odyssomay/sublime-lispindent

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:
https://github.com/odyssomay/sublime-lispindent

Jonathan

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to