Skip to content

Commit

Permalink
added crystal icon (closes #157)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 1, 2017
1 parent ee3367c commit 52183da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions icons/crystal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/crystal_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ export const fileIcons: FileIcons = {
{ name: 'ngrx-actions', fileExtensions: ['actions.ts'], enabledFor: [IconPack.Ngrx] },
{ name: 'ngrx-effects', fileExtensions: ['effects.ts'], enabledFor: [IconPack.Ngrx] },
{ name: 'sonar', fileNames: ['.sonarrc'] },
{ name: 'browserlist', fileNames: ['browserslist', '.browserslistrc'], light: true }
{ name: 'browserlist', fileNames: ['browserslist', '.browserslistrc'], light: true },
{ name: 'crystal', fileExtensions: ['cr'], light: true }
]
};

0 comments on commit 52183da

Please sign in to comment.