fix: add swiftinterface as a swift file extension
This commit is contained in:
parent
ddc1c02dbd
commit
d4d8ad4dd5
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue