org.godotengine.Godot.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0"?>
  2. <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  3. <mime-type type="application/x-godot-project">
  4. <comment>Godot Engine project</comment>
  5. <sub-class-of type="text/plain"/>
  6. <icon name="x-godot-project"/>
  7. <glob pattern="project.godot"/>
  8. </mime-type>
  9. <mime-type type="application/x-godot-resource">
  10. <comment>Godot Engine resource</comment>
  11. <icon name="x-godot-resource"/>
  12. <glob pattern="*.res"/>
  13. <glob pattern="*.tres"/>
  14. </mime-type>
  15. <mime-type type="application/x-godot-scene">
  16. <comment>Godot Engine scene</comment>
  17. <icon name="x-godot-scene"/>
  18. <glob pattern="*.scn"/>
  19. <glob pattern="*.tscn"/>
  20. <glob pattern="*.escn"/>
  21. </mime-type>
  22. <mime-type type="application/x-godot-shader">
  23. <comment>Godot Engine shader</comment>
  24. <sub-class-of type="text/plain"/>
  25. <icon name="x-godot-shader"/>
  26. <glob pattern="*.gdshader"/>
  27. </mime-type>
  28. <mime-type type="application/x-gdscript">
  29. <comment>GDScript script</comment>
  30. <sub-class-of type="text/plain"/>
  31. <icon name="x-gdscript"/>
  32. <glob pattern="*.gd"/>
  33. </mime-type>
  34. </mime-info>