Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing Unreal file extensions for UE4 #9

Open
regosen opened this issue Nov 13, 2020 · 2 comments
Open

missing Unreal file extensions for UE4 #9

regosen opened this issue Nov 13, 2020 · 2 comments

Comments

@regosen
Copy link

regosen commented Nov 13, 2020

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
Copy link
Author

regosen commented Nov 13, 2020

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants