Clojure-Sublimed
Clojure-Sublimed copied to clipboard
Clojure support for Sublime Text 4
And possibly shrink
Syntax highlightning incorrectly recognizes def form and highlights the first argument of any function which name starts with "def". Notice the highlight of the 'k argument on the screenshot below
Evaluating this over socket repl fails: ``` (binding [*print-dup* true] (prn {:a 1})) ``` with ``` [ Clojure Sublimed ] SND {"id" 12, "op" "eval", "ns" "user", "print_quota" 4096, "code"...