mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Highlight programlistings too.
[SVN r77675]
This commit is contained in:
parent
aa80c5a141
commit
2c0b9019d3
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user