fix: add swiftinterface as a swift file extension
This commit is contained in:
parent
b0b6e4694f
commit
812b66f5cb
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ pub const @"ssh-config" = .{
|
|||
pub const swift = .{
|
||||
.color = 0xf05138,
|
||||
.icon = "",
|
||||
.extensions = .{ "swift" },
|
||||
.extensions = .{ "swift", "swiftinterface" },
|
||||
.comment = "//",
|
||||
.language_server = .{"sourcekit-lsp"},
|
||||
.formatter = .{ "swift-format" },
|
||||
|
|
Loading…
Add table
Reference in a new issue