feat: update flow-syntax for objc file type support
This commit is contained in:
parent
36d98dce7c
commit
80429f6055
2 changed files with 7 additions and 2 deletions
|
|
@ -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", "-" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue