Add support for Clj REPL
Clojure recently released a new library, tools.deps.alpha, and an associated brew install package for Clojure that results in a new CLI and a wrapper script, "clj" to launch it. (See: https://clojure.org/guides/deps_and_cli)
This patch adds a third Clojure REPL option, "Clj". This REPL has similar documentation needs to the existing lein REPL option - I'd be happy to contribute the docs for it as well, if this patch is accepted.
Does this file need appending? https://github.com/wuub/SublimeREPL/blob/master/config/Clojure/Default.sublime-keymap
Clojure recently released a new library, tools.deps.alpha, and an associated brew install package for Clojure that results in a new CLI and a wrapper script, "clj" to launch it. (See: https://clojure.org/guides/deps_and_cli)
This patch adds a third Clojure REPL option, "Clj". This REPL has similar documentation needs to the existing lein REPL option - I'd be happy to contribute the docs for it as well, if this patch is accepted.
There's a mistake on line 21 of Main.sublime-menu, it should be "linux": ["clj"],