summaryrefslogtreecommitdiff
blob: d15182186c236dc0b3c1d8a3a425efda684966f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		highlighting-kate is a syntax highlighting library
		with support for nearly one hundred languages. The syntax
		parsers are automatically generated from Kate
		syntax descriptions (&lt;http://kate-editor.org/&gt;),
		so any syntax supported by Kate can be added.
		An (optional) command-line program is provided, along
		with a utility for generating new parsers from Kate
		XML syntax descriptions.
	</longdescription>
	<use>
		<flag name="executable">Build the Highlight executable.</flag>
		<flag name="pcre-light">Use the pcre-light library instead of regex-pcre-builtin.</flag>
	</use>
	<upstream>
		<remote-id type="github">jgm/highlighting-kate</remote-id>
	</upstream>
</pkgmetadata>