We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c42739 commit 20532c6Copy full SHA for 20532c6
tree-sitter-langs-build.el
@@ -164,6 +164,8 @@ git checkout."
164
('ocaml-interface '("interface" ("interface" . ocaml-interface)))
165
('typescript '("typescript" ("tsx" . tsx)))
166
('xml '("xml" ("dtd" . dtd)))
167
+ ('markdown '("markdown" ("tree-sitter-markdown" . markdown)))
168
+ ('markdown-inline '("markdown-inline" ("tree-sitter-markdown-inline" . markdown)))
169
(_ '("")))))))
170
171
(defun tree-sitter-langs--repo-status (lang-symbol)
0 commit comments