Updated syntax highlighting definition for C#.

This commit is contained in:
bbaia
2011-01-29 01:49:15 +00:00
parent 6335664531
commit ab3f4dedea
3 changed files with 3 additions and 2 deletions

View File

@@ -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">

View File

@@ -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>

View File

@@ -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">