feat: update flow-syntax for objc file type support

This commit is contained in:
CJ van den Berg 2026-02-15 20:29:20 +01:00
parent 36d98dce7c
commit 80429f6055
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 7 additions and 2 deletions

View file

@ -138,6 +138,11 @@ pub const nu = .{
.language_server = .{ "nu", "--lsp" },
};
pub const objc = .{
.language_server = .{"clangd"},
.formatter = .{"clang-format"},
};
pub const ocaml = .{
.language_server = .{ "ocamllsp", "--fallback-read-dot-merlin" },
.formatter = .{ "ocamlformat", "--profile=ocamlformat", "-" },