diff --git a/icons/makefile.svg b/icons/makefile.svg new file mode 100644 index 0000000000..1dd283774e --- /dev/null +++ b/icons/makefile.svg @@ -0,0 +1 @@ + diff --git a/icons/merlin.svg b/icons/merlin.svg index c2b7dff259..c48d0fc024 100644 --- a/icons/merlin.svg +++ b/icons/merlin.svg @@ -1,5 +1,5 @@ - - + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index f9d03355dc..b1a0437e94 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -97,7 +97,8 @@ export const fileIcons: FileIcons = { 'pgf', 'pic', 'raw', - 'webp' + 'webp', + 'eps' ] }, { name: 'javascript', fileExtensions: ['js', 'esx', 'mjs'] }, @@ -148,7 +149,6 @@ export const fileIcons: FileIcons = { fileNames: [ '.jshintignore', '.buildignore', - 'makefile', '.mrconfig', '.yardopts', 'manifest.mf' @@ -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'] }, ] };