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
TheColorRed authored and PKief committed Mar 5, 2022
1 parent 64e85c0 commit bc99cbb
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bc99cbb

Please sign in to comment.