Make some small tweaks to the MIME info

(cherry picked from commit 0218616747)
This commit is contained in:
Michael Alexsander 2021-07-29 11:34:34 -03:00 committed by Rémi Verschelde
parent a0d47033f7
commit e71640af2f
No known key found for this signature in database
GPG key ID: C3336907360768E1

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>