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

Currently I see: ``` ^123 x ^[:dynamic true] x ``` at: https://github.com/tonsky/sublime-clojure/blob/master/syntax_test_clojure.cljc#L97 Are these supposed to pass? Specifically, the constructs: ``` ^123 x ``` and ``` ^[:dynamic true] x ```...

Syntax

Will probably require reporting back form start/end positions

enhancement

Stuff like double whitespace, line breaks, etc Check if anyone is already doing something like this? Cljdoc?

enhancement

I expected the System.out console to support colors, but apparently it does not. The result is that my test suite and my code spills out colored debug messages, but I...

In your Readme you mention the issue with stdout > ...it doesn’t always work and you have to check two places for output. Moreover, there’s no output panel, so there’s...

Hello There! Whenever I try to `Clojure Sublime: Evaluate` I see the following error on my sublime console ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python38/sublime_plugin.py", line 1704, in...

reported by @KGOH

One example: // comment on the first line