Skip to content

Commit

Permalink
Add more panda file names (Closes #2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Sep 8, 2023
1 parent 411e1c9 commit afac99a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -2409,6 +2409,15 @@ export const fileIcons: FileIcons = {
],
},
{ name: 'roblox', fileExtensions: ['rbxl', 'rbxlx', 'rbxm', 'rbxmx'] },
{ name: 'panda', fileNames: ['panda.config.ts', 'panda.config.js'] },
{
name: 'panda',
fileNames: [
'panda.config.ts',
'panda.config.js',
'panda.config.mjs',
'panda.config.mts',
'panda.config.cjs',
],
},
],
};

0 comments on commit afac99a

Please sign in to comment.