Skip to content

Commit

Permalink
feat: add umi icon (#2203)
Browse files Browse the repository at this point in the history
Co-authored-by: Okinea Dev <[email protected]>
Co-authored-by: Philipp Kief <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent ad66d1b commit 8cf191a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions icons/umi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2876,5 +2876,11 @@ export const fileIcons: FileIcons = {
name: 'minecraft-fabric',
fileNames: ['fabric.mod.json'],
},
{
name: 'umi',
patterns: {
".umirc": FileNamePattern.Ecmascript,
},
},
]),
};

0 comments on commit 8cf191a

Please sign in to comment.