Clojure-Sublimed icon indicating copy to clipboard operation
Clojure-Sublimed copied to clipboard

Clojure support for Sublime Text 4

Results 37 Clojure-Sublimed issues
Sort by recently updated
recently updated
newest added

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"...