Skip to content

Commit

Permalink
add snowpack config icons
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Oct 21, 2020
1 parent b12830b commit accebe6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icons/snowpack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/snowpack_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1288,5 +1288,15 @@ export const fileIcons: FileIcons = {
{ name: 'nginx', fileNames: ['nginx.conf'] },
{ name: 'replit', fileNames: ['.replit'] },
{ name: 'rescript', fileExtensions: ['res', 'resi'] },
{
name: 'snowpack',
fileNames: [
'snowpack.config.cjs',
'snowpack.config.js',
'snowpack.config.ts',
'snowpack.config.json'
],
light: true,
}
],
};

0 comments on commit accebe6

Please sign in to comment.