Sublime Forum

Clojure syntax update for BigInt

#1

Clojure 1.3 and later accepts BigInt numbers with N suffix, e.g. 4N. Using these literals in Sublime 2.0.1 yields a syntax error, by means of a nasty pink background marker, e.g.:

(+ 1N 2N)

Please fix.

BTW, is there an external resource for the syntax definitions? Or are these in closed development like Sublime itself?

0 Likes