blob: 966223c0e2ad5ddc27b0e2a5b831ccc24226dd0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marecki@gentoo.org</email>
<name>Marek Szuba</name>
</maintainer>
<longdescription>
This project provides a <pkg>dev-python/pygments</pkg> lexer that is able to handle
<pkg>app-admin/ansible</pkg> output. It may be used anywhere Pygments is integrated.
The lexer is registered globally under the name "ansible-output".
It also provides a Pygments style for tools needing to highlight code snippets.
</longdescription>
<stabilize-allarches/>
<upstream>
<remote-id type="github">ansible-community/ansible-pygments</remote-id>
<remote-id type="pypi">ansible-pygments</remote-id>
</upstream>
</pkgmetadata>
|