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