Skip to content

Commit

Permalink
Add "setting" names to folder-config
Browse files Browse the repository at this point in the history
Only to complete the pattern:

--- Missing "setting" and ".setting"
configuration -> configurations
config -> configs
? > settings
? > .settings
---
  • Loading branch information
rodrigoslayertech committed Sep 12, 2020
1 parent 7732247 commit 21d2e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const folderIcons: FolderTheme[] = [
},
{ name: 'folder-vue', folderNames: ['vue'] },
{ name: 'folder-expo', folderNames: ['.expo', '.expo-shared'] },
{ name: 'folder-config', folderNames: ['config', 'configs', 'configuration', 'configurations', 'settings', '.settings', 'META-INF'] },
{ name: 'folder-config', folderNames: ['config', 'configs', 'configuration', 'configurations', 'setting', '.setting', 'settings', '.settings', 'META-INF'] },
{
name: 'folder-i18n',
folderNames: ['i18n', 'internationalization', 'lang', 'language', 'languages', 'locale', 'locales', 'l10n', 'localization', 'translation', 'translate', 'translations', '.tx']
Expand Down

0 comments on commit 21d2e22

Please sign in to comment.