summaryrefslogtreecommitdiff
path: root/inc/geshi/csharp.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/csharp.php')
-rw-r--r--inc/geshi/csharp.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/csharp.php b/inc/geshi/csharp.php
index ca38bced3..0e7c10778 100644
--- a/inc/geshi/csharp.php
+++ b/inc/geshi/csharp.php
@@ -4,10 +4,10 @@
* ----------
* Author: Alan Juden (alan@judenware.org)
* Copyright: (c) 2004 Alan Juden, Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.11
- * CVS Revision Version: $Revision: 1.14 $
+ * Release Version: 1.0.7.12
+ * CVS Revision Version: $Revision: 1.14.2.3 $
* Date Started: 2004/06/04
- * Last Modified: $Date: 2006/05/21 00:06:57 $
+ * Last Modified: $Date: 2006/07/22 11:30:32 $
*
* C# language file for GeSHi.
*
@@ -42,7 +42,7 @@
************************************************************************************/
$language_data = array (
- 'LANG_NAME' => 'CSharp',
+ 'LANG_NAME' => 'C#',
'COMMENT_SINGLE' => array(1 => '//', 2 => '#'),
'COMMENT_MULTI' => array('/*' => '*/'),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,