I reported this in atom/language-clojure#51, but it might belong here, I'm not sure. It seems that trailing whitespace highlighting has been broken in Clojure since at least v0.3.1 of atom-trailing-spaces.
Line breaks inside of Clojure forms get highlighted when they shouldn't. It looks like this:
When there is actual trailing whitespace it works as expected (on the second to last line the line break is not highlighted because there are two trailing spaces):
I tried installing v0.3.1, which also exhibited this behaviour, and then I tried v0.3.0, which seems to highlight no trailing whitespace at all (probably because of the changes in Atom referenced in b70980e5c9107c8199b408ff58a27cb8925a077a).
Ruby and Java and other languages I've used seem to work fine, it's just Clojure I've had problems with.
I reported this in atom/language-clojure#51, but it might belong here, I'm not sure. It seems that trailing whitespace highlighting has been broken in Clojure since at least v0.3.1 of atom-trailing-spaces.
Line breaks inside of Clojure forms get highlighted when they shouldn't. It looks like this:
When there is actual trailing whitespace it works as expected (on the second to last line the line break is not highlighted because there are two trailing spaces):
I tried installing v0.3.1, which also exhibited this behaviour, and then I tried v0.3.0, which seems to highlight no trailing whitespace at all (probably because of the changes in Atom referenced in b70980e5c9107c8199b408ff58a27cb8925a077a).
Ruby and Java and other languages I've used seem to work fine, it's just Clojure I've had problems with.