feat: add support for the swift language
This commit is contained in:
parent
dcfa5cdf3f
commit
b0b6e4694f
3 changed files with 13 additions and 2 deletions
|
@ -344,6 +344,15 @@ pub const @"ssh-config" = .{
|
|||
.comment = "#",
|
||||
};
|
||||
|
||||
pub const swift = .{
|
||||
.color = 0xf05138,
|
||||
.icon = "",
|
||||
.extensions = .{ "swift" },
|
||||
.comment = "//",
|
||||
.language_server = .{"sourcekit-lsp"},
|
||||
.formatter = .{ "swift-format" },
|
||||
};
|
||||
|
||||
pub const toml = .{
|
||||
.extensions = .{ "toml", "ini" },
|
||||
.comment = "#",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue