Skip to content

Commit

Permalink
fix: πŸš‘ add installation file icon configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Nov 5, 2024
1 parent f7b722a commit b2def57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2781,5 +2781,14 @@ export const fileIcons: FileIcons = {
'.histoire': FileNamePattern.Ecmascript,
},
},
{
name: 'installation',
fileNames: [
'installation',
'installation.md',
'installation.rst',
'installation.txt',
],
},
]),
};

0 comments on commit b2def57

Please sign in to comment.