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 0144bdd commit c831915Copy full SHA for c831915
tree-sitter-langs-build.el
@@ -161,8 +161,8 @@ git checkout."
161
:paths (pcase lang-symbol
162
;; XXX
163
('csv '("csv" ("csv" . csv)))
164
- ('ocaml '("ocaml" ("interface" . ocaml-interface)))
165
- ('ocaml-interface '("interface" ("interface" . ocaml-interface)))
+ ('ocaml '("ocaml" ("grammars" ("ocaml" . ocaml))))
+ ('ocaml-interface '("ocaml" ("grammars" ("interface" . ocaml-interface))))
166
('typescript '("typescript" ("tsx" . tsx)))
167
('xml '("xml" ("dtd" . dtd)))
168
('markdown '("tree-sitter-markdown" ("tree-sitter-markdown" . markdown)))
0 commit comments