Add OCaml Formatter and LS (#23)

feat: Add OCaml Formatter and Server

I set the "maximally correct" defaults on both.
This commit is contained in:
Eleanor Bartle 2024-08-06 20:52:24 +10:00 committed by GitHub
parent 8fc80b6360
commit a9a11cd6a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,6 +237,8 @@ pub const ocaml = .{
.icon = "",
.extensions = .{ "ml", "mli" },
.comment = "(*",
.formatter = .{ "ocamlformat", "--profile=ocamlformat", "-" },
.language_server = .{ "ocamllsp", "--fallback-read-dot-merlin" },
};
pub const openscad = .{