Skip to content

Commit

Permalink
Added META-INF and manifest.mf icon associations
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Apr 4, 2018
1 parent 08a0cbc commit 58811d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ export const fileIcons: FileIcons = {
'.buildignore',
'makefile',
'.mrconfig',
'.yardopts'
'.yardopts',
'manifest.mf'
]
},
{ name: 'typescript', fileExtensions: ['ts'] },
Expand Down
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const folderIcons: FolderTheme[] = [
},
{ name: 'folder-vue', folderNames: ['vue'] },
{ name: 'folder-expo', folderNames: ['.expo'] },
{ name: 'folder-config', folderNames: ['config', 'configs', 'configuration', 'configurations', 'settings'] },
{ name: 'folder-config', folderNames: ['config', 'configs', 'configuration', 'configurations', 'settings', 'META-INF'] },
{
name: 'folder-i18n',
folderNames: ['i18n', 'internationalization', 'lang', 'language', 'languages', 'locale', 'locales', 'localization', 'translation', 'translations']
Expand Down

0 comments on commit 58811d7

Please sign in to comment.