blob: e2281dce511b4e183a7303086129f8d0dad82eb3 (
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 "http://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 (<http://kate-editor.org/>),
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>
|