Skip to content

Commit

Permalink
Added crystal icon on .ecr ( Embedded Crystal )
Browse files Browse the repository at this point in the history
  • Loading branch information
fahmiirsyadk committed Jan 10, 2019
1 parent 30a98cb commit af5eac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ export const fileIcons: FileIcons = {
{ name: 'ngrx-entity', fileNames: ['.entity'], enabledFor: [IconPack.Ngrx] },
{ name: 'webhint', fileNames: ['.hintrc'] },
{ name: 'browserlist', fileNames: ['browserslist', '.browserslistrc'], light: true },
{ name: 'crystal', fileExtensions: ['cr'], light: true },
{ name: 'crystal', fileExtensions: ['cr','ecr'], light: true },
{ name: 'snyk', fileNames: ['.snyk'] },
{ name: 'drone', fileExtensions: ['drone.yml'], fileNames: ['.drone.yml'], light: true },
{ name: 'cuda', fileExtensions: ['cu', 'cuh'] },
Expand Down

0 comments on commit af5eac8

Please sign in to comment.