ocaml-ppx / ocamlformat

Auto-formatter for OCaml code
MIT License
633 stars 179 forks source link

Add compatibility with emacs ocaml tree-sitter modes #2600

Open thibautbenjamin opened 3 weeks ago

thibautbenjamin commented 3 weeks ago

I use a tree-sitter based mode in emacs for ocaml (https://github.com/dmitrig/ocaml-ts-mode).

I made a small change to make the before-save-hook compatible with these modes, let me know if you are interested in merging