diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-05-26 11:29:17 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-05-26 11:29:17 +0200 |
commit | c490825174ef8849814e5c397430337e4cfe1340 (patch) | |
tree | 2b1a91b1a99ad54f12db0330cca1830dc1eea87f /inc/geshi/actionscript.php | |
parent | 129a62b803171ee73157098391ebc16f7e32a07c (diff) | |
download | rpg-c490825174ef8849814e5c397430337e4cfe1340.tar.gz rpg-c490825174ef8849814e5c397430337e4cfe1340.tar.bz2 |
GeSHi update to 1.0.8.4
Ignore-this: 455792081bedfbe25399d53aa7f93da5
darcs-hash:20090526092917-7ad00-0a96ee9fdf0e80d19efa0adce968d10bc00cc5f3.gz
Diffstat (limited to 'inc/geshi/actionscript.php')
-rw-r--r-- | inc/geshi/actionscript.php | 6 |
1 files changed, 3 insertions, 3 deletions
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 |