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 = .{
|
pub const c = .{
|
||||||
.icon = "",
|
.icon = "",
|
||||||
.extensions = .{ "c", "h" },
|
.extensions = .{ "c", "h" },
|
||||||
.comment = "//",
|
.comment = "//",
|
||||||
.formatter = .{"clang-format"},
|
.formatter = .{"clang-format"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue