file-icons-js icon indicating copy to clipboard operation
file-icons-js copied to clipboard

missing Unreal file extensions for UE4

Open regosen opened this issue 5 years ago • 2 comments

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:

  • .uasset
  • .uplugin
  • .uproject
  • .umap

Can you please add entries for those?

regosen avatar Nov 13 '20 21:11 regosen

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.

regosen avatar Nov 13 '20 22:11 regosen

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

websemantics avatar Nov 20 '20 22:11 websemantics