Skip to content

Commit

Permalink
Adds second extension to the cucumber file type (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 6, 2022
1 parent 64e85c0 commit 06e9cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -750,7 +750,7 @@ export const fileIcons: FileIcons = {
},
{ name: 'applescript', fileExtensions: ['applescript', 'ipa'] },
{ name: 'cake', fileExtensions: ['cake'] },
{ name: 'cucumber', fileExtensions: ['feature'] },
{ name: 'cucumber', fileExtensions: ['feature', 'features'] },
{ name: 'nim', fileExtensions: ['nim', 'nimble'] },
{ name: 'apiblueprint', fileExtensions: ['apib', 'apiblueprint'] },
{ name: 'riot', fileExtensions: ['riot', 'tag'] },
Expand Down
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Expand Up @@ -607,7 +607,7 @@ export const folderIcons: FolderTheme[] = [
folderNames: ['mobile', 'mobiles', 'portable', 'portability'],
},
{ name: 'folder-stencil', folderNames: ['.stencil'] },
{ name: 'folder-firebase', folderNames: ['firebase','.firebase'] },
{ name: 'folder-firebase', folderNames: ['firebase', '.firebase'] },
{ name: 'folder-svelte', folderNames: ['svelte', '.svelte-kit'] },
{
name: 'folder-update',
Expand Down

0 comments on commit 06e9cd2

Please sign in to comment.