Highlight programlistings too.

[SVN r77675]
This commit is contained in:
Steven Watanabe 2012-03-31 20:33:23 +00:00
parent aa80c5a141
commit 2c0b9019d3

View File

@ -453,6 +453,12 @@ Error: XSL template 'link-or-anchor' called with invalid link-type '<xsl:value-o
<programlisting><xsl:apply-templates/></programlisting>
</xsl:template>
<xsl:template match="programlisting[@lang='jam']">
<programlisting>
<xsl:apply-templates mode="highlight-jam"/>
</programlisting>
</xsl:template>
<!-- These DocBook elements have special meaning. Use the annotation mode -->
<xsl:template match="classname|methodname|functionname|enumname|
macroname|headername|globalname">