swannodette / textmate-clojure

TextMate bundle for Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improper handling of single quote (')

lspector opened this issue · comments

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.