Sublime Forum

Clojure highlighting is wrong

#1

This image shows a problem with ST2’s syntax highlighting for Clojure. I’m not sure entirely what the cause is, it has something to do with using -> inside a symbol.


0 Likes

#2

I am seeing this as well in sublime text 2.0.1 build 2217 on win7-64bit

here is small valid snippet that the syntax highlighter is confused by:

(let [one->three (vector 1 2 3)] one->three)

0 Likes