swannodette / textmate-clojure

TextMate bundle for Clojure
91 stars 25 forks source link

Accepts both #^ and ^ to signal metadata (closes issue 26) #27

Closed jmgimeno closed 13 years ago

jmgimeno commented 13 years ago

Making the # optional in the combination #^ as metadata reading macro I think closes issue-26 allowing type hints using this notation.

I'm not sure of the path, because I don't use type hints very much in my code.

Best regards,

Juan Manuel