Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 3, 2020
2 parents 7798e4d + 4a4e473 commit 7edd20e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,11 @@ export const fileIcons: FileIcons = {
],
},
{ name: 'svg', fileExtensions: ['svg'] },
{ name: 'svelte', fileExtensions: ['svelte'] },
{
name: 'svelte',
fileExtensions: ['svelte'],
fileNames: ['svelte.config.js'],
},
{ name: 'vim', fileExtensions: ['vimrc', 'gvimrc', 'exrc'] },
{
name: 'nest',
Expand Down

0 comments on commit 7edd20e

Please sign in to comment.