File: bluefish.xml.in

package info (click to toggle)
bluefish 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,944 kB
  • sloc: xml: 150,063; ansic: 61,262; python: 5,336; sh: 5,118; makefile: 1,016; sed: 16
file content (19 lines) | stat: -rw-r--r-- 774 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
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
	<mime-type type="application/x-bluefish-project">
		<sub-class-of type="text/plain" />
		<comment>Bluefish project file</comment>
		<glob pattern="*.bfproject" />
	</mime-type>
	<mime-type type="application/x-bluefish-language2">
		<sub-class-of type="application/xml" />
		<comment>Bluefish language definition file</comment>
		<magic priority="90">
			<match value="&lt;bflang" type="string" offset="0:1024" />
			<match value="&lt;bfinc" type="string" offset="0:1024" />
		</magic>	
		<glob pattern="*.bflang2" />
		<glob pattern="*.bfinc" />
		<root-XML namespaceURI="http://bluefish.openoffice.nl/bflang2" localName="bflang" />
	</mime-type>
</mime-info>