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
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.syntax = .{
|
.syntax = .{
|
||||||
.url = "git+https://github.com/neurocyte/flow-syntax?ref=master#6992eddeb9a4a013886db0cbca2156686d01efe4",
|
.url = "git+https://github.com/neurocyte/flow-syntax?ref=master#5c8b804defff9f98a367adca1008c8d4e5945053",
|
||||||
.hash = "flow_syntax-0.6.0-X8jOoWgVAQBBTuGGE9r1ECSDFzi8z6_XNCW1oF5B4fL8",
|
.hash = "flow_syntax-0.7.2-X8jOoZAXAQBmKDyJqElxHRDqkQu5YfS54dXes-tw6zPh",
|
||||||
},
|
},
|
||||||
.flags = .{
|
.flags = .{
|
||||||
.url = "git+https://github.com/neurocyte/flags?ref=main#984b27948da3e4e40a253f76c85b51ec1a9ada11",
|
.url = "git+https://github.com/neurocyte/flags?ref=main#984b27948da3e4e40a253f76c85b51ec1a9ada11",
|
||||||
|
|
|
||||||
|
|
@ -138,6 +138,11 @@ pub const nu = .{
|
||||||
.language_server = .{ "nu", "--lsp" },
|
.language_server = .{ "nu", "--lsp" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pub const objc = .{
|
||||||
|
.language_server = .{"clangd"},
|
||||||
|
.formatter = .{"clang-format"},
|
||||||
|
};
|
||||||
|
|
||||||
pub const ocaml = .{
|
pub const ocaml = .{
|
||||||
.language_server = .{ "ocamllsp", "--fallback-read-dot-merlin" },
|
.language_server = .{ "ocamllsp", "--fallback-read-dot-merlin" },
|
||||||
.formatter = .{ "ocamlformat", "--profile=ocamlformat", "-" },
|
.formatter = .{ "ocamlformat", "--profile=ocamlformat", "-" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue