Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 413 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 413 Bytes

OCaml major mode using tree-sitter

Note WIP; currently only provides syntax highlighting

Installing

Requires Emacs 29 built with treesitter support and the tree-sitter-ocaml grammars.

Install the package from this repo using M-x package-vc-install. Then, run M-x ocaml-ts-mode-install-grammar to fetch and compile the tree-sitter grammars.