MIME-types for Traqtor files
parent
1c2b48c7de
commit
c1afb189a1
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="text/x-traqtor-universe-atom">
|
||||
<comment>Traqtor Atom Element</comment>
|
||||
<glob pattern="*.tae" />
|
||||
</mime-type>
|
||||
<mime-type type="text/x-traqtor-universe-isotope">
|
||||
<comment>Traqtor Isotope Element</comment>
|
||||
<glob pattern="*.tie" />
|
||||
</mime-type>
|
||||
<mime-type type="text/x-traqtor-universe-project">
|
||||
<comment>Traqtor Universe Project</comment>
|
||||
<glob pattern="*.tup" />
|
||||
</mime-type>
|
||||
<mime-type type="text/x-traqtor-workspace">
|
||||
<comment>Traqtor Workspace</comment>
|
||||
<glob pattern="*.tw" />
|
||||
</mime-type>
|
||||
</mime-info> <!-- xdg-mime install mimetypes-file -->
|
||||
Loading…
Reference in New Issue