Skip to content

Commit

Permalink
feat(svelte): support svelte.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Cherevatzki committed Sep 30, 2020
1 parent 27d727c commit a47c3ed
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 a47c3ed

Please sign in to comment.