1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Make some small tweaks to the MIME info

This commit is contained in:
Michael Alexsander
2021-07-29 11:34:34 -03:00
parent 0543b71e5a
commit 0218616747

View File

@@ -3,7 +3,7 @@
<mime-type type="application/x-godot-project"> <mime-type type="application/x-godot-project">
<comment>Godot Engine project</comment> <comment>Godot Engine project</comment>
<icon name="x-godot-project"/> <icon name="x-godot-project"/>
<glob pattern="*.godot"/> <glob pattern="project.godot"/>
</mime-type> </mime-type>
<mime-type type="application/x-godot-resource"> <mime-type type="application/x-godot-resource">
@@ -23,12 +23,14 @@
<mime-type type="application/x-godot-shader"> <mime-type type="application/x-godot-shader">
<comment>Godot Engine shader</comment> <comment>Godot Engine shader</comment>
<sub-class-of type="text/plain"/>
<icon name="x-godot-shader"/> <icon name="x-godot-shader"/>
<glob pattern="*.gdshader"/> <glob pattern="*.gdshader"/>
</mime-type> </mime-type>
<mime-type type="application/x-gdscript"> <mime-type type="application/x-gdscript">
<comment>GDScript script</comment> <comment>GDScript script</comment>
<sub-class-of type="text/plain"/>
<icon name="x-gdscript"/> <icon name="x-gdscript"/>
<glob pattern="*.gd"/> <glob pattern="*.gd"/>
</mime-type> </mime-type>