Skip to content

Commit f47fefb

Browse files
dalugmbbatsov
authored andcommitted
Update tree-sitter-markdown's url and version
1 parent 2831a50 commit f47fefb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Once installed, evaluate `clojure-ts-mode.el` and you should be ready to go.
128128
- The [experimental](https://github.com/sogaiu/tree-sitter-clojure/tree/unstable-20250526) version Clojure grammar. This version includes a few
129129
improvements, which potentially will be promoted to a stable release (See [the
130130
discussion](https://github.com/sogaiu/tree-sitter-clojure/issues/65)). This grammar is required for proper work of `clojure-ts-mode`.
131-
- [markdown-inline](https://github.com/MDeiml/tree-sitter-markdown), which will be used for docstrings if available and if
131+
- [markdown-inline](https://github.com/tree-sitter-grammars/tree-sitter-markdown), which will be used for docstrings if available and if
132132
`clojure-ts-use-markdown-inline` is enabled.
133133
- [tree-sitter-regex](https://github.com/tree-sitter/tree-sitter-regex/releases/tag/v0.24.3), which will be used for regex literals if available and if
134134
`clojure-ts-use-regex-parser` is not `nil`.

clojure-ts-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3068,8 +3068,8 @@ all let bindings found along the way."
30683068
(defconst clojure-ts-grammar-recipes
30693069
'((clojure "https://github.com/sogaiu/tree-sitter-clojure.git"
30703070
"unstable-20250526")
3071-
(markdown-inline "https://github.com/MDeiml/tree-sitter-markdown"
3072-
"v0.4.1"
3071+
(markdown-inline "https://github.com/tree-sitter-grammars/tree-sitter-markdown"
3072+
"v0.5.2"
30733073
"tree-sitter-markdown-inline/src")
30743074
(regex "https://github.com/tree-sitter/tree-sitter-regex"
30753075
"v0.24.3"))

0 commit comments

Comments
 (0)