Fork me on GitHub
#chlorine-clover
<
2020-07-31
>
Rowan Barnard09:07:18

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

Rowan Barnard09:07:59

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

mauricio.szabo13:07:34

None of these are Chlorine issues, to be honest... the first is from language-clojure package, and the other is from Atom configs đŸ™‚

mauricio.szabo13:07:59

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)

sogaiu14:07:50

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

sogaiu14:07:11

may be if there are things to change upstream, they would takr prs?

mauricio.szabo15:07:30

It's worth a try. Or, you can create a new package, maybe language-clojure-tree-sitter đŸ˜„