fix: use a better C language icon
This commit is contained in:
parent
ca031a213e
commit
9ed377279e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pub const bash = .{
|
|||
};
|
||||
|
||||
pub const c = .{
|
||||
.icon = "",
|
||||
.icon = "",
|
||||
.extensions = .{ "c", "h" },
|
||||
.comment = "//",
|
||||
.formatter = .{"clang-format"},
|
||||
|
|
Loading…
Add table
Reference in a new issue