fix: add swiftinterface as a swift file extension

This commit is contained in:
CJ van den Berg 2024-10-28 19:25:29 +01:00
parent ddc1c02dbd
commit d4d8ad4dd5
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -347,7 +347,7 @@ pub const @"ssh-config" = .{
pub const swift = .{ pub const swift = .{
.color = 0xf05138, .color = 0xf05138,
.icon = "󰛥", .icon = "󰛥",
.extensions = .{ "swift" }, .extensions = .{ "swift", "swiftinterface" },
.comment = "//", .comment = "//",
.language_server = .{"sourcekit-lsp"}, .language_server = .{"sourcekit-lsp"},
.formatter = .{ "swift-format" }, .formatter = .{ "swift-format" },