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:
parent
8fc80b6360
commit
a9a11cd6a2
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ pub const ocaml = .{
|
||||||
.icon = "",
|
.icon = "",
|
||||||
.extensions = .{ "ml", "mli" },
|
.extensions = .{ "ml", "mli" },
|
||||||
.comment = "(*",
|
.comment = "(*",
|
||||||
|
.formatter = .{ "ocamlformat", "--profile=ocamlformat", "-" },
|
||||||
|
.language_server = .{ "ocamllsp", "--fallback-read-dot-merlin" },
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const openscad = .{
|
pub const openscad = .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue