Fork me on GitHub
#editors
<
2018-05-02
>
WhoNeedszZz01:05:48

Is there a VS Code color theme that actually understands Clojure?

WhoNeedszZz01:05:05

One that understands the difference between symbols and keywords, but also the difference between functions and macros

WhoNeedszZz01:05:07

Atom One Dark fits the bill

WhoNeedszZz01:05:08

Well not quite. It isn't aware of a lot of macros

shooodooken11:05:55

i just raised an issue against calva/vscode (https://github.com/PEZ/clojure4vscode/issues/29) following conversation in #vscode I've attempted to look in to an underlying fix but am somewhat stuck.. short version is vscode prints literal ansi color symbol for the evaluation response value. i can't figure out whether the ansi color is being added by cider-nrepl or leiningen. so far, i've looked through code for cider-nrepl (& puget, which it uses to pretty print) but couldn't pinpoint the code responsible. did the same for leiningen code.