Skip to content

Commit

Permalink
feat: add icon for Palette files (#1522)
Browse files Browse the repository at this point in the history
Co-authored-by: Okinea Dev <[email protected]>
  • Loading branch information
Flicksie and okineadev authored Nov 9, 2024
1 parent 52b65e5 commit 7a26be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/palette.svg
Loading
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/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export const fileIcons: FileIcons = {
'x3f',
],
},
{ name: 'palette', fileExtensions: ['pal', 'gpl', 'act'] },
{ name: 'javascript', fileExtensions: ['esx', 'mjs'] },
{ name: 'react', fileExtensions: ['jsx'] },
{ name: 'react_ts', fileExtensions: ['tsx'] },
Expand Down

0 comments on commit 7a26be1

Please sign in to comment.