diff options
Diffstat (limited to 'inc/geshi/cfm.php')
-rw-r--r-- | inc/geshi/cfm.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/cfm.php b/inc/geshi/cfm.php index deff65850..70397c099 100644 --- a/inc/geshi/cfm.php +++ b/inc/geshi/cfm.php @@ -4,10 +4,10 @@ * ------- * Author: Diego () * Copyright: (c) 2006 Diego - * Release Version: 1.0.7.11 - * CVS Revision Version: $Revision: 1.7 $ + * Release Version: 1.0.7.12 + * CVS Revision Version: $Revision: 1.7.2.3 $ * Date Started: 2006/02/25 - * Last Modified: $Date: 2006/05/21 00:06:56 $ + * Last Modified: $Date: 2006/07/22 11:30:27 $ * * ColdFusion language file for GeSHi. * @@ -40,7 +40,7 @@ ************************************************************************************/ $language_data = array ( - 'LANG_NAME' => 'CFM', + 'LANG_NAME' => 'ColdFusion', 'COMMENT_SINGLE' => array(1 => '//'), 'COMMENT_MULTI' => array('<!--' => '-->','<!---' => '--->'), 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, |