This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-24
Channels
- # aleph (1)
- # announcements (22)
- # atom-editor (11)
- # babashka (46)
- # beginners (60)
- # calva (44)
- # cider (18)
- # circleci (1)
- # cljdoc (12)
- # cljs-dev (5)
- # cljsrn (19)
- # clojars (3)
- # clojure (162)
- # clojure-dev (9)
- # clojure-europe (6)
- # clojure-italy (2)
- # clojure-losangeles (2)
- # clojure-nl (5)
- # clojure-spec (7)
- # clojure-uk (23)
- # clojureremote (1)
- # clojurescript (55)
- # community-development (14)
- # core-async (234)
- # cursive (14)
- # data-science (3)
- # datomic (32)
- # fulcro (5)
- # graalvm (20)
- # graphql (2)
- # hugsql (4)
- # jobs (11)
- # jobs-discuss (2)
- # joker (1)
- # juxt (3)
- # kaocha (1)
- # luminus (1)
- # off-topic (33)
- # pathom (3)
- # pedestal (1)
- # reagent (24)
- # remote-jobs (3)
- # shadow-cljs (38)
- # spacemacs (4)
- # specter (4)
- # speculative (54)
- # tools-deps (62)
- # vim (8)
- # vscode (14)
this seems ok so far: https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2 folks tried it or anything similar?
It is Tonsky's colorizer, that he couldn't maintain any more, so now we maintain it. And we have improved on it quite a bit as well.
Actually, I think his extension is still available on the marketplace. Clojure Warrior. It has most of my enhancements.
tnx! i'm thinking of comparing the approaches from calva / clojure warrior with that of bracket pair colorizer 2. the latter has this interesting claim:
v2 Uses the same bracket parsing engine as VSCode, greatly increasing speed and accuracy
What could that parsing engine be? And I wonder if it means the vscode provides an API for it, or that they are just using the same tech...
I'm eager to hear about how it compares with Clojure Warrior in any case. I am considering using Calva's Clojure parser instead for it.