swannodette / textmate-clojure

TextMate bundle for Clojure
91 stars 25 forks source link

Last Sexpr and Set Literal #3

Open aria42 opened 14 years ago

aria42 commented 14 years ago

Set literals do work now, but get-last-sexpr in utils.clj needs to re-written so that #{ 1 2 } doesn't get parsed as a map { 1 2 }.