Skip to content

Commit

Permalink
feat: add forge file extension support
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Mar 5, 2024
1 parent d427fa7 commit 6ad7041
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions icons/forge.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -472,6 +472,7 @@ export const fileIcons: FileIcons = {
'mrf',
],
},
{ name: 'forge', fileNames: ['forge.config.js'] },
{ name: 'lib', fileExtensions: ['lib', 'bib', 'a'] },
{ name: 'dll', fileExtensions: ['dll', 'ilk', 'so'] },
{
Expand Down

0 comments on commit 6ad7041

Please sign in to comment.