Skip to content

Commit

Permalink
Remove hardcoded 'm' file icon association from C (Closes #1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Sep 10, 2021
1 parent 464953c commit 135cce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export const fileIcons: FileIcons = {
{ name: 'java', fileExtensions: ['java', 'jsp'] },
{ name: 'jar', fileExtensions: ['jar'] },
{ name: 'javaclass', fileExtensions: ['class'] },
{ name: 'c', fileExtensions: ['c', 'm', 'i', 'mi'] },
{ name: 'c', fileExtensions: ['c', 'i', 'mi'] },
{ name: 'h', fileExtensions: ['h'] },
{
name: 'cpp',
Expand Down

0 comments on commit 135cce3

Please sign in to comment.