Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/misc/dist/linux/org.godotengine.Godot.xml
9903 views
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
10
<mime-type type="application/x-godot-resource">
11
<comment>Godot Engine resource</comment>
12
<icon name="x-godot-resource"/>
13
<glob pattern="*.res"/>
14
<glob pattern="*.tres"/>
15
</mime-type>
16
17
<mime-type type="application/x-godot-scene">
18
<comment>Godot Engine scene</comment>
19
<icon name="x-godot-scene"/>
20
<glob pattern="*.scn"/>
21
<glob pattern="*.tscn"/>
22
<glob pattern="*.escn"/>
23
</mime-type>
24
25
<mime-type type="application/x-godot-shader">
26
<comment>Godot Engine shader</comment>
27
<sub-class-of type="text/plain"/>
28
<icon name="x-godot-shader"/>
29
<glob pattern="*.gdshader"/>
30
</mime-type>
31
32
<mime-type type="application/x-gdscript">
33
<comment>GDScript script</comment>
34
<sub-class-of type="text/plain"/>
35
<icon name="x-gdscript"/>
36
<glob pattern="*.gd"/>
37
</mime-type>
38
</mime-info>
39
40