fix: use a better C language icon

This commit is contained in:
CJ van den Berg 2024-05-16 22:31:26 +02:00
parent ca031a213e
commit 9ed377279e

View file

@ -13,7 +13,7 @@ pub const bash = .{
}; };
pub const c = .{ pub const c = .{
.icon = "󰙱", .icon = "",
.extensions = .{ "c", "h" }, .extensions = .{ "c", "h" },
.comment = "//", .comment = "//",
.formatter = .{"clang-format"}, .formatter = .{"clang-format"},