Skip to content

Commit c831915

Browse files
committed
fix ocaml path
1 parent 0144bdd commit c831915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree-sitter-langs-build.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ git checkout."
161161
:paths (pcase lang-symbol
162162
;; XXX
163163
('csv '("csv" ("csv" . csv)))
164-
('ocaml '("ocaml" ("interface" . ocaml-interface)))
165-
('ocaml-interface '("interface" ("interface" . ocaml-interface)))
164+
('ocaml '("ocaml" ("grammars" ("ocaml" . ocaml))))
165+
('ocaml-interface '("ocaml" ("grammars" ("interface" . ocaml-interface))))
166166
('typescript '("typescript" ("tsx" . tsx)))
167167
('xml '("xml" ("dtd" . dtd)))
168168
('markdown '("tree-sitter-markdown" ("tree-sitter-markdown" . markdown)))

0 commit comments

Comments
 (0)