chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
Rowan Barnard 2020-07-31T09:47:18.353600Z

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 Barnard 2020-07-31T09:50:59.357300Z

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.szabo 2020-07-31T13:14:34.358100Z

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

mauricio.szabo 2020-07-31T13:15:59.359300Z

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)

2020-07-31T14:14:50.361100Z

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

2020-07-31T14:16:11.362100Z

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

mauricio.szabo 2020-07-31T15:12:30.363Z

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