aboutsummaryrefslogtreecommitdiff
path: root/apheleia-formatters.el
diff options
context:
space:
mode:
authorMattias <mattias@kojin.tech>2026-03-13 01:35:06 +0100
committerGitHub <noreply@github.com>2026-03-12 17:35:06 -0700
commite6e5d5523d229735ab5f8ec83e10beefcfd00d76 (patch)
tree3f4fe1b513628775da4d1e13a32a19d5e1a851ec /apheleia-formatters.el
parent011e7b999552f3c0730035183a4a6dfb60c10182 (diff)
OCaml: Add neocaml modes for ocamlformat (#389)
Add neocaml-mode and neocaml-interface-mode to the list of modes that can be formatted with ocamlformat
Diffstat (limited to 'apheleia-formatters.el')
-rw-r--r--apheleia-formatters.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/apheleia-formatters.el b/apheleia-formatters.el
index a6f2126..19b0c01 100644
--- a/apheleia-formatters.el
+++ b/apheleia-formatters.el
@@ -380,6 +380,8 @@ rather than using this system."
;; markdown code in so many different ways and we don't want to
;; try imposing a standard by default
(nasm-mode . asmfmt)
+ (neocaml-interface-mode . ocamlformat)
+ (neocaml-mode . ocamlformat)
(nix-mode . nixfmt)
(nix-ts-mode . nixfmt)
(nomad-mode . nomad)