config file is rendered partly incorrect
When using highlight 4.1 with this file:
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"
PORTAGE_LOGDIR="/var/log/portage"
It is rendered like this:
truecolor
highlight --force --out-format=truecolor --style=base16/unikitty-reversible --stdout make.conf
html
highlight --force --out-format=html --style=base16/unikitty-reversible --stdout make.conf
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>make.conf</title>
<link rel="stylesheet" type="text/css" href="highlight.css">
</head>
<body class="hl">
<pre class="hl"><span class="hl kwa">PORTDIR</span>=<span class="hl sng">"/var/db/repos/gentoo"</span>
<span class="hl sng">DISTDIR="</span><span class="hl kwc">/var/cache/distfiles"</span>
<span class="hl kwa">PKGDIR</span>=<span class="hl sng">"/var/cache/binpkgs"</span>
<span class="hl sng">PORTAGE_LOGDIR="</span><span class="hl kwc">/var/log/portage"</span>
</pre>
</body>
</html>
<!--HTML generated by highlight 4.1, http://www.andre-simon.de/-->
I noticed this first in this file: make.conf. The snipped above is taken from it.