Skip to content

Commit

Permalink
feat(icon): add wxt icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Apr 8, 2024
1 parent 673d2e0 commit 1c6f28a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/file_type_wxt.svg
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/iconsManifest/supportedExtensions.ts
Expand Up @@ -5351,6 +5351,12 @@ export const extensions: IFileCollection = {
},
{ icon: 'wxml', extensions: ['wxml'], format: FileFormat.svg },
{ icon: 'wxss', extensions: ['wxss'], format: FileFormat.svg },
{
icon: 'wxt',
extensions: ['wxt.config.ts'],
filename: true,
format: FileFormat.svg,
},
{ icon: 'xcode', extensions: ['xcodeproj'], format: FileFormat.svg },
{
icon: 'xfl',
Expand Down

0 comments on commit 1c6f28a

Please sign in to comment.