JetBrains / la-clojure

Clojure plugin for IntelliJ IDEA
Apache License 2.0
220 stars 49 forks source link

issues with highlighting #35

Closed RichMorin closed 11 years ago

RichMorin commented 11 years ago

I'm playing with a project created by lein new ii_2. The core.clj file looks like:

(ns ii-2.core)

(defn foo
  "I don't do a whole lot."
  [x]
  (println x "Hello, World!"))

All other parentheses and brackets highlight as expected.

Alefas commented 11 years ago

Moved here: http://youtrack.jetbrains.com/issue/CLJ-217