websemantics / file-icons-js

File specific icons for Javascript. A port of Atom File-icons (see https://github.com/file-icons/atom)
https://websemantics.github.io/file-icons-js/
MIT License
84 stars 15 forks source link

missing Unreal file extensions for UE4 #9

Open regosen opened 3 years ago

regosen commented 3 years ago

I see you have this in getClass:

["unreal-icon",[null,null],/\.uc$/i,,false,,/\.uc$/i,/^UnrealScript$/i],

Which covers old Unreal3-era file extensions (.uc), but not the ones for Unreal Engine 4, such as the following:

Can you please add entries for those?

regosen commented 3 years ago

Also note that .uproject and .uplugin files are just JSON text, so they might benefit from being labeled with the same icon as other JSON files.

.uasset and .umap files are binary.

websemantics commented 3 years ago

Hi @regosen I'll be happy to accept a pull request for these changes. Thanks for the suggestion