-
-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy pathmime.xml
More file actions
20 lines (20 loc) · 706 Bytes
/
mime.xml
File metadata and controls
20 lines (20 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-camotics-nc">
<sub-class-of type="text/plain"/>
<comment>CAMotics Numerical Control</comment>
<glob pattern="*.gcode"/>
<glob pattern="*.nc"/>
<glob pattern="*.ngc"/>
<glob pattern="*.tap"/>
<glob pattern="*.tpl"/>
</mime-type>
<mime-type type="application/x-camotics-project">
<sub-class-of type="text/plain"/>
<comment>CAMotics project</comment>
<magic priority="80">
<match type="string" offset="0:60" value="<camotics"/>
</magic>
<glob weight="30" pattern="*.xml" />
</mime-type>
</mime-info>