feat: add support for the swift language

This commit is contained in:
CJ van den Berg 2024-10-28 18:46:04 +01:00
parent dcfa5cdf3f
commit b0b6e4694f
3 changed files with 13 additions and 2 deletions

View file

@ -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 = "#",