emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/clojure-ts-mode c9f1ed357d 13/71: Refer users to upstream


From: ELPA Syncer
Subject: [nongnu] elpa/clojure-ts-mode c9f1ed357d 13/71: Refer users to upstream tree-sitter-clojure
Date: Fri, 25 Aug 2023 03:59:27 -0400 (EDT)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]