mirror of https://github.com/Wilfred/difftastic/
|
|
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| bindings | ||
| common | ||
| interface | ||
| ocaml | ||
| queries | ||
| script | ||
| test/highlight | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| binding.gyp | ||
| package.json | ||
README.md
tree-sitter-ocaml
OCaml grammar for tree-sitter.
This module defines two grammars for implementation (.ml) and interface (.mli) files. Require them as follows:
require('tree-sitter-ocaml').ocaml;
require('tree-sitter-ocaml').interface;
References