La Clojure plugin not working with intelliJ 10.5.1 on OS X 10.7.1
I installed 0.3.79 and when I created a new project, selected Clojure as a technology, and created a new Clojure file, syntax highlighting does not work, and the .clj file is not recognized as a Clojure source file.
Please sign in to leave a comment.
Hello.
Most probably, you had tried to work with Clojure files before the plugin was installed. So you could chose to treat Clojure files as ones with plain text. To change it, open Settings -> File types, find text files in the list of file types and remowe the *.clj extension from the list.
Cheers,
Ilya