Skip to content

Commit

Permalink
fix: use a better C language icon
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed May 16, 2024
1 parent ca031a2 commit 9ed3772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_types.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub const bash = .{
};

pub const c = .{
.icon = "󰙱",
.icon = "",
.extensions = .{ "c", "h" },
.comment = "//",
.formatter = .{"clang-format"},
Expand Down

0 comments on commit 9ed3772

Please sign in to comment.