22 lines
860 B
XML
22 lines
860 B
XML
<?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>
|