From bb62d5fbe1aa438a9e655573ea9d8c8d3183006b Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 20 Jun 2008 18:06:28 +0200 Subject: GeSHi update to 1.0.7.22 darcs-hash:20080620160628-7ad00-1bfd8f407b5b38c29c7879d67da2ea3dbd0d1816.gz --- inc/geshi/applescript.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'inc/geshi/applescript.php') diff --git a/inc/geshi/applescript.php b/inc/geshi/applescript.php index 831bf2d0f..7162db672 100644 --- a/inc/geshi/applescript.php +++ b/inc/geshi/applescript.php @@ -4,13 +4,15 @@ * -------- * Author: Stephan Klimek (http://www.initware.org) * Copyright: Stephan Klimek (http://www.initware.org) - * Release Version: 1.0.7.21 + * Release Version: 1.0.7.22 * Date Started: 2005/07/20 * * AppleScript language file for GeSHi. * * CHANGES * ------- + * 2008/05/23 (1.0.7.22) + * - Added description of extra language features (SF#1970248) * * TODO * ------------------------- @@ -121,7 +123,9 @@ $language_data = array ( 1 => ',+-=<>/?^&*' ), 'REGEXPS' => array( + //Variables 0 => '[\\$%@]+[a-zA-Z_][a-zA-Z0-9_]*', + //File descriptors 4 => '<[a-zA-Z_][a-zA-Z0-9_]*>', ), 'STRICT_MODE_APPLIES' => GESHI_NEVER, -- cgit v1.2.3