Skip to content

Commit

Permalink
Attempt to resolve duplicate file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lmn8 authored Apr 20, 2020
1 parent 3ddc8a3 commit 93abdc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export const fileIcons: FileIcons = {
{ name: 'vue-config', fileNames: ['vue.config.js', 'vue.config.ts'] },
{ name: 'vuex-store', fileExtensions: ['store.js', 'store.ts'], fileNames: ['store.js', 'store.ts'], enabledFor: [IconPack.Vuex] },
{ name: 'nuxt', fileNames: ['nuxt.config.js', 'nuxt.config.ts'], enabledFor: [IconPack.Vuex, IconPack.Vue] },
{ name: 'ocaml', fileExtensions: ['ml', 'mli', 'cmx'] },
{ name: 'ocaml', fileExtensions: ['ml', 'ML', 'mli', 'cmx'] },
{ name: 'javascript-map', fileExtensions: ['js.map', 'mjs.map'] },
{ name: 'css-map', fileExtensions: ['css.map'] },
{ name: 'lock', fileExtensions: ['lock'] },
Expand Down Expand Up @@ -888,6 +888,6 @@ export const fileIcons: FileIcons = {
},
{ name: 'meson', fileNames: ['meson.build'] },
{ name: 'buck', fileNames: ['.buckconfig'] },
{ name: 'ml', fileExtensions: ['sml', 'ML', 'mlton', 'sig', 'fun', 'cm', 'lex', 'grm'] },
{ name: 'ml', fileExtensions: ['sml', 'mlton', 'sig', 'fun', 'cm', 'lex', 'grm'] },
]
};

0 comments on commit 93abdc4

Please sign in to comment.