15 lines
679 B
XML
15 lines
679 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>xolatile@xolatile.xola</email>
|
|
<name>xolatile</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Header-only library for syntax definition, highlighting and tokenization.
|
|
Primary focus of this library is for syntax highlighting, hence the name, but it can do more.
|
|
Important note: Regular expressions are more robust, this is simple solution for simple problems.
|
|
If you want to do parsing, counting, tokenization, you can use return value of 'syntax_define'.
|
|
</longdescription>
|
|
</pkgmetadata>
|