swannodette / textmate-clojure

TextMate bundle for Clojure
91 stars 25 forks source link

Improper handling of single quote (') #12

Open lspector opened 13 years ago

lspector commented 13 years ago

A single quote ('), typed in a .clj file, should not be doubled. In Clojure a single quote almost always occurs in isolation, not as a member of a pair.