summaryrefslogtreecommitdiff
blob: c04fee2824a2446d8e2c256d0a224be5352a4bca (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<use>
		<flag name="executable">Build the skylighting executable.</flag>
	</use>
	<longdescription>
		Skylighting is a syntax highlighting library with
		support for over one hundred languages.  It derives
		its tokenizers from XML syntax definitions used
		by KDE's KSyntaxHighlighting framework, so any
		syntax supported by that framework can be added.
		An optional command-line program is provided.
		Skylighting is intended to be the successor to
		highlighting-kate.
	</longdescription>
	<upstream>
		<remote-id type="github">jgm/skylighting</remote-id>
	</upstream>
</pkgmetadata>