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/groovy.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'inc/geshi/groovy.php') diff --git a/inc/geshi/groovy.php b/inc/geshi/groovy.php index 3ae006db3..16f223bd4 100644 --- a/inc/geshi/groovy.php +++ b/inc/geshi/groovy.php @@ -4,7 +4,7 @@ * ---------- * Author: Ivan F. Villanueva B. (geshi_groovy@artificialidea.com) * Copyright: (c) 2006 Ivan F. Villanueva B.(http://www.artificialidea.com) - * Release Version: 1.0.7.21 + * Release Version: 1.0.7.22 * Date Started: 2006/04/29 * * Groovy language file for GeSHi. @@ -13,6 +13,8 @@ * * CHANGES * ------- + * 2008/05/23 (1.0.7.22) + * - Added description of extra language features (SF#1970248) * 2006/04/29 (1.0.0) * - First Release * @@ -2105,6 +2107,7 @@ $language_data = array ( 1 => '.' ), 'REGEXPS' => array( + //Variables 0 => '\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}' ), 'STRICT_MODE_APPLIES' => GESHI_NEVER, -- cgit v1.2.3