Skip to content

Commit

Permalink
Added makefile icon (Closes #269)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jun 27, 2018
1 parent 6b74301 commit 890665a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions icons/makefile.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: 2 additions & 2 deletions icons/merlin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export const fileIcons: FileIcons = {
'pgf',
'pic',
'raw',
'webp'
'webp',
'eps'
]
},
{ name: 'javascript', fileExtensions: ['js', 'esx', 'mjs'] },
Expand Down Expand Up @@ -148,7 +149,6 @@ export const fileIcons: FileIcons = {
fileNames: [
'.jshintignore',
'.buildignore',
'makefile',
'.mrconfig',
'.yardopts',
'manifest.mf'
Expand Down Expand Up @@ -715,6 +715,7 @@ export const fileIcons: FileIcons = {
{ name: 'django', fileExtensions: ['djt'] },
{ name: 'stencil', fileNames: ['stencil.config.js'], light: true },
{ name: 'red', fileExtensions: ['red'] },
{ name: 'makefile', fileNames: ['makefile'] },
{ name: 'foxpro', fileExtensions: ['fxp', 'prg'] },
]
};

0 comments on commit 890665a

Please sign in to comment.