summaryrefslogtreecommitdiff
path: root/desktop/scilab.xml
diff options
context:
space:
mode:
authorShashank2017-05-29 12:40:26 +0530
committerShashank2017-05-29 12:40:26 +0530
commit0345245e860375a32c9a437c4a9d9cae807134e9 (patch)
treead51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /desktop/scilab.xml
downloadscilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz
scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2
scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip
CMSCOPE changed
Diffstat (limited to 'desktop/scilab.xml')
-rwxr-xr-xdesktop/scilab.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/desktop/scilab.xml b/desktop/scilab.xml
new file mode 100755
index 000000000..4da7a80a5
--- /dev/null
+++ b/desktop/scilab.xml
@@ -0,0 +1,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>