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/rails.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/geshi/rails.php') diff --git a/inc/geshi/rails.php b/inc/geshi/rails.php index c7e396073..7d792cf4d 100644 --- a/inc/geshi/rails.php +++ b/inc/geshi/rails.php @@ -4,7 +4,7 @@ * --------- * Author: Moises Deniz * Copyright: (c) 2005 Moises Deniz - * Release Version: 1.0.7.21 + * Release Version: 1.0.7.22 * Date Started: 2007/03/21 * * Ruby language and Ruby on Rails Framework file for GeSHi @@ -381,7 +381,7 @@ $language_data = array ( GESHI_BEFORE => '\\1', GESHI_AFTER => '' ), - 2 => "([A-Z][a-zA-Z0-9_]*::)+[A-Z][a-zA-Z0-9_]*", + 2 => "([A-Z][a-zA-Z0-9_]*::)+[A-Z][a-zA-Z0-9_]*", //Static OOP References 3 => array( GESHI_SEARCH => "([[:space:]]|\[|\()(:[a-zA-Z_][a-zA-Z0-9_]*)", GESHI_REPLACE => '\\2', -- cgit v1.2.3