Skip to content

Commit 09c0d46

Browse files
authored
fix: Build xml
1 parent 7edb2dc commit 09c0d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ git checkout."
163163
('ocaml '("ocaml" ("interface" . ocaml-interface)))
164164
('ocaml-interface '("interface" ("interface" . ocaml-interface)))
165165
('typescript '("typescript" ("tsx" . tsx)))
166-
('xml '("tree-sitter-xml" ("tree-sitter-dtd" . dtd)))
166+
('xml '("xml" ("dtd" . dtd)))
167167
(_ '("")))))))
168168

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

0 commit comments

Comments
 (0)