branch: elpa/clojure-ts-mode commit c9f1ed357d1cc9b73dfa53ef239a846a7ef17bd2 Author: dannyfreeman <danny@dfreeman.email> Commit: dannyfreeman <danny@dfreeman.email>
Refer users to upstream tree-sitter-clojure https://github.com/sogaiu/tree-sitter-clojure/pull/31 was merged. It addressed two changes required for clojure-ts-mode to work properly: - Forcing tree-sitter to properly identify symbol names in symbols with metadata - Distinguishing namespace and name parts of symbols and keywords. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71bcc62b6e..30e63fba84 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The tree-sitter clojure shared library must be available to Emacs. clojure-ts-mode will not automatically install this (yet). For now, users must do it themselves manually, which requires that a c compiler be installed. -To start, clone [tree-sitter-clojure](https://github.com/dannyfreeman/tree-sitter-clojure). +To start, clone [tree-sitter-clojure](https://github.com/sogaiu/tree-sitter-clojure). Then run the following code (depending on your OS) from the tree-sitter-clojure repository on your machine. (A C compiler like GCC is required)