Open thibautbenjamin opened 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
before-save-hook
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