Skip to content

Commit

Permalink
Update stencil file icon (references #659)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 7, 2020
1 parent ada7d0f commit 3e8f10f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion icons/stencil.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion icons/stencil_light.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ export const fileIcons: FileIcons = {
{ name: 'san', fileExtensions: ['san'] },
{ name: 'wallaby', fileNames: ['wallaby.js', 'wallaby.conf.js'] },
{ name: 'django', fileExtensions: ['djt'] },
{ name: 'stencil', fileNames: ['stencil.config.js', 'stencil.config.ts'], light: true },
{ name: 'stencil', fileNames: ['stencil.config.js', 'stencil.config.ts'] },
{ name: 'red', fileExtensions: ['red'] },
{ name: 'makefile', fileNames: ['makefile'] },
{ name: 'foxpro', fileExtensions: ['fxp', 'prg'] },
Expand Down

0 comments on commit 3e8f10f

Please sign in to comment.