This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-31
Channels
- # announcements (2)
- # babashka (145)
- # beginners (260)
- # calva (17)
- # chlorine-clover (7)
- # clj-kondo (9)
- # cljsrn (1)
- # clojure (88)
- # clojure-dev (65)
- # clojure-europe (31)
- # clojure-france (4)
- # clojure-nl (4)
- # clojure-uk (61)
- # clojuredesign-podcast (1)
- # clojurescript (31)
- # code-reviews (1)
- # cursive (32)
- # data-science (2)
- # datascript (9)
- # datomic (39)
- # docker (3)
- # events (1)
- # figwheel (95)
- # figwheel-main (4)
- # fulcro (17)
- # kaocha (2)
- # keechma (1)
- # malli (1)
- # meander (35)
- # nrepl (4)
- # off-topic (1)
- # pathom (8)
- # re-frame (4)
- # reagent (8)
- # reitit (3)
- # releases (1)
- # remote-jobs (2)
- # shadow-cljs (182)
- # sql (30)
- # tools-deps (89)
- # xtdb (31)
Having a couple of issues in usage, nothing major: First, if I make a nested list like this: '([1 2 ("a" "list" "inside a" "vector")] "inside" "a" "list") - the first "a" in the list inside the vector is highlighted blue by chlorine as if it is a function call
Second issue is that when I enter a single quote on the keyboard to precede a list, it automatically closes it so I have to delete the second single quote, not sure if this is a Chlorine issue or something to do with my Atom keymapping setup - also I am on Windows for both of these issues, not sure if they occur on other platforms
None of these are Chlorine issues, to be honest... the first is from language-clojure
package, and the other is from Atom configs đŸ™‚
To be honest, I was thinking about forking language-clojure
for multiple reasons (no highlight on #_
forms, this "function call" issue, highlight of .clje
and .bb
and .joke
files)
fwiw, i have a fork with some tweaks - though the following branch is mostly for tree sitter purposes: https://github.com/sogaiu/language-clojure/tree/tree-sitter-clojure
It's worth a try.
Or, you can create a new package, maybe language-clojure-tree-sitter
đŸ˜„