Skip to content

Commit 4aac8f8

Browse files
authored
fix: update markdown link parser (#503)
1 parent 6351acb commit 4aac8f8

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.gitmodules

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,14 @@
242242
ignore = dirty
243243
[submodule "repos/markdown"]
244244
path = repos/markdown
245-
url = https://github.com/ikatyang/tree-sitter-markdown
246-
branch = master
245+
url = https://github.com/tree-sitter-grammars/tree-sitter-markdown.git
246+
branch = split_parser
247+
update = none
248+
ignore = dirty
249+
[submodule "repos/markdown-inline"]
250+
path = repos/markdown-inline
251+
url = https://github.com/tree-sitter-grammars/tree-sitter-markdown.git
252+
branch = split_parser
247253
update = none
248254
ignore = dirty
249255
[submodule "repos/scheme"]

repos/markdown

repos/markdown-inline

Submodule markdown-inline added at 7fe453b

tree-sitter-langs-build.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ git checkout."
164164
('ocaml-interface '("interface" ("interface" . ocaml-interface)))
165165
('typescript '("typescript" ("tsx" . tsx)))
166166
('xml '("xml" ("dtd" . dtd)))
167+
('markdown '("tree-sitter-markdown" ("tree-sitter-markdown" . markdown)))
168+
('markdown-inline '("tree-sitter-markdown-inline" ("tree-sitter-markdown-inline" . markdown)))
167169
(_ '("")))))))
168170

169171
(defun tree-sitter-langs--repo-status (lang-symbol)

0 commit comments

Comments
 (0)