diff options
Diffstat (limited to 'inc/geshi/actionscript.php')
-rw-r--r-- | inc/geshi/actionscript.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/actionscript.php b/inc/geshi/actionscript.php index d55b19340..07e9e9d39 100644 --- a/inc/geshi/actionscript.php +++ b/inc/geshi/actionscript.php @@ -4,10 +4,10 @@ * ---------------- * Author: Steffen Krause (Steffen.krause@muse.de) * Copyright: (c) 2004 Steffen Krause, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.11 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.12 + * CVS Revision Version: $Revision: 1.13.2.3 $ * Date Started: 2004/06/20 - * Last Modified: $Date: 2006/05/21 00:06:56 $ + * Last Modified: $Date: 2006/07/22 11:30:29 $ * * Actionscript language file for GeSHi. * @@ -42,7 +42,7 @@ ************************************************************************************/ $language_data = array ( - 'LANG_NAME' => 'Actionscript', + 'LANG_NAME' => 'ActionScript', 'COMMENT_SINGLE' => array(1 => '//', 2 => '#'), 'COMMENT_MULTI' => array('/*' => '*/'), 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, |