summaryrefslogtreecommitdiff
path: root/desktop/scilab.xml
blob: 4da7a80a54553823330b3f6fd2c3605ee4b9ff05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    <mime-type type="application/x-scilab-sci">
        <sub-class-of type="text/plain"/>
        <comment xml:lang="en">Scilab macro</comment>
        <glob pattern="*.sci"/>
    </mime-type>
    <mime-type type="application/x-scilab-sce">
        <sub-class-of type="text/plain"/>
        <comment xml:lang="en">Scilab script</comment>
        <glob pattern="*.sce"/>
    </mime-type>
    <mime-type type="application/x-scilab-tst">
        <sub-class-of type="application/sce"/>
        <comment xml:lang="en">Scilab test</comment>
        <glob pattern="*.tst"/>
    </mime-type>
    <mime-type type="application/x-scilab-dem">
        <sub-class-of type="application/sce"/>
        <comment xml:lang="en">Scilab demo</comment>
        <glob pattern="*.dem"/>
    </mime-type>
    <mime-type type="application/x-scilab-xcos">
        <sub-class-of type="text/xml"/>
        <comment xml:lang="en">Scilab/Xcos schema</comment>
        <glob pattern="*.xcos"/>
    </mime-type>
    <mime-type type="application/x-scilab-zcos">
        <sub-class-of type="application/zip"/>
        <comment xml:lang="en">Scilab/Xcos compressed schema</comment>
        <glob pattern="*.zcos"/>
    </mime-type>
    <mime-type type="application/x-scilab-sod">
        <sub-class-of type="application/x-hdf5"/>
        <comment xml:lang="en">Scilab open data format (hdf5 based)</comment>
        <glob pattern="*.sod"/>
    </mime-type>
    <!-- Deprecated -->
    <mime-type type="application/x-scilab-bin">
        <sub-class-of type="application/octet-stream"/>
        <comment xml:lang="en">Scilab binary</comment>
        <glob pattern="*.bin"/>
    </mime-type>
    <mime-type type="application/x-scilab-cosf">
        <sub-class-of type="application/x-scilab-sce"/>
        <comment xml:lang="en">Scicos schema</comment>
        <glob pattern="*.cosf"/>
    </mime-type>
    <mime-type type="application/x-scilab-cos">
        <sub-class-of type="application/x-scilab-bin"/>
        <comment xml:lang="en">Scicos binary schema</comment>
        <glob pattern="*.cos"/>
    </mime-type>
</mime-info>