Skip to content

Commit

Permalink
Pin grammar revision in treesit-language-source-alist
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyfreeman committed Sep 6, 2023
1 parent b8c860d commit bd61a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## main (unreleased)

- Re-enable treesit-transpose-sexps on Emacs 30 after fixes released by @casouri.
- Pin grammar revision in treesit-language-source-alist

## 0.1.5

Expand Down
2 changes: 1 addition & 1 deletion clojure-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ See `clojure-ts--standard-definition-node-name' for the implementation used.")
;;;###autolaod
(add-to-list
'treesit-language-source-alist
'(clojure "https://github.com/sogaiu/tree-sitter-clojure.git"))
'(clojure "https://github.com/sogaiu/tree-sitter-clojure.git" "v0.0.12"))

(defun clojure-ts-mode-display-version ()
"Display the current `clojure-mode-version' in the minibuffer."
Expand Down

0 comments on commit bd61a7f

Please sign in to comment.