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

@ -6,8 +6,8 @@
.dependencies = .{
.syntax = .{
.url = "git+https://github.com/neurocyte/flow-syntax?ref=master#6992eddeb9a4a013886db0cbca2156686d01efe4",
.hash = "flow_syntax-0.6.0-X8jOoWgVAQBBTuGGE9r1ECSDFzi8z6_XNCW1oF5B4fL8",
.url = "git+https://github.com/neurocyte/flow-syntax?ref=master#5c8b804defff9f98a367adca1008c8d4e5945053",
.hash = "flow_syntax-0.7.2-X8jOoZAXAQBmKDyJqElxHRDqkQu5YfS54dXes-tw6zPh",
},
.flags = .{
.url = "git+https://github.com/neurocyte/flags?ref=main#984b27948da3e4e40a253f76c85b51ec1a9ada11",

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", "-" },