Updated syntax highlighting definition for C#.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match='xslthl:string' mode="xslthl">
|
||||
<fo:inline color="#000000"><xsl:apply-templates mode="xslthl"/></fo:inline>
|
||||
<fo:inline color="#A31515"><xsl:apply-templates mode="xslthl"/></fo:inline>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match='xslthl:comment' mode="xslthl">
|
||||
|
||||
@@ -168,6 +168,7 @@ Michiel Hendriks <elmuerte at users.sourceforge.net>
|
||||
<keyword>unsafe</keyword>
|
||||
<keyword>ushort</keyword>
|
||||
<keyword>using</keyword>
|
||||
<keyword>var</keyword>
|
||||
<keyword>virtual</keyword>
|
||||
<keyword>void</keyword>
|
||||
<keyword>volatile</keyword>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match='xslthl:string' mode="xslthl">
|
||||
<span style="color: #000000"><xsl:apply-templates mode="xslthl"/></span>
|
||||
<span style="color: #A31515"><xsl:apply-templates mode="xslthl"/></span>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match='xslthl:comment' mode="xslthl">
|
||||
|
||||
Reference in New Issue
Block a user