From c490825174ef8849814e5c397430337e4cfe1340 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 26 May 2009 11:29:17 +0200 Subject: GeSHi update to 1.0.8.4 Ignore-this: 455792081bedfbe25399d53aa7f93da5 darcs-hash:20090526092917-7ad00-0a96ee9fdf0e80d19efa0adce968d10bc00cc5f3.gz --- inc/geshi/actionscript.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inc/geshi/actionscript.php') diff --git a/inc/geshi/actionscript.php b/inc/geshi/actionscript.php index 658491dae..016dc8e90 100644 --- a/inc/geshi/actionscript.php +++ b/inc/geshi/actionscript.php @@ -4,7 +4,7 @@ * ---------------- * Author: Steffen Krause (Steffen.krause@muse.de) * Copyright: (c) 2004 Steffen Krause, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.8.3 + * Release Version: 1.0.8.4 * Date Started: 2004/06/20 * * Actionscript language file for GeSHi. @@ -48,7 +48,7 @@ $language_data = array ( 'ESCAPE_CHAR' => '\\', 'KEYWORDS' => array( 1 => array( - '#include', 'for', 'foreach', 'if', 'elseif', 'else', 'while', 'do', 'dowhile', + '#include', 'for', 'foreach', 'each', 'if', 'elseif', 'else', 'while', 'do', 'dowhile', 'endwhile', 'endif', 'switch', 'case', 'endswitch', 'return', 'break', 'continue', 'in' ), 2 => array( @@ -194,4 +194,4 @@ $language_data = array ( 'HIGHLIGHT_STRICT_BLOCK' => array() ); -?> +?> \ No newline at end of file -- cgit v1.2.3