Skip to content

Commit 20532c6

Browse files
committed
fix: add right paths for new markdown repo.
1 parent 6c42739 commit 20532c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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 '("markdown" ("tree-sitter-markdown" . markdown)))
168+
('markdown-inline '("markdown-inline" ("tree-sitter-markdown-inline" . markdown)))
167169
(_ '("")))))))
168170

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

0 commit comments

Comments
 (0)