0

Clojure support removed?

John Doe 12 years ago updated 12 years ago 2
I saw the year old thread about Clojure support having been added, but in the app, a .clj file is currently not recognized, nor is Clojure listed as one of the languages with a syntax bundle. Was it removed at some point?
I had to find replacements for all syntax definitions when I completely rewrote the syntax highlighter. It seems like I didn't re-add a definition for clojure. But you can add the following TextMate bundle to add support for it: https://github.com/swannodette/textmate-clojure

Have a look at the manual.
Got it. Thanks.