File: caneda.xml

package info (click to toggle)
caneda 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: cpp: 16,593; vhdl: 236; xml: 61; ansic: 18; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
	<mime-type type="application/x-caneda-schematic">
		<comment>Caneda schematic file</comment>
		<glob pattern="*.xsch"/>
	</mime-type>
	<mime-type type="application/x-caneda-symbol">
		<comment>Caneda symbol file</comment>
		<glob pattern="*.xsym"/>
	</mime-type>
	<mime-type type="application/x-spice-simulation-raw">
		<comment>Circuit simulation raw file</comment>
		<sub-class-of type="text/plain"/>
		<glob pattern="*.raw"/>
	</mime-type>
	<mime-type type="application/x-spice-netlist">
		<sub-class-of type="text/plain"/>
		<comment>Circuit netlist file</comment>
		<glob pattern="*.net"/>
	</mime-type>
</mime-info>