Skip to content

Commit

Permalink
Add 'stencil.config.ts' to fileIcons
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored and PKief committed Aug 10, 2018
1 parent b097221 commit 86409fb
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 @@ -713,7 +713,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'], light: true },
{ name: 'stencil', fileNames: ['stencil.config.js', 'stencil.config.ts'], light: true },
{ name: 'red', fileExtensions: ['red'] },
{ name: 'makefile', fileNames: ['makefile'] },
{ name: 'foxpro', fileExtensions: ['fxp', 'prg'] },
Expand Down

0 comments on commit 86409fb

Please sign in to comment.