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/thinbasic.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inc/geshi/thinbasic.php') diff --git a/inc/geshi/thinbasic.php b/inc/geshi/thinbasic.php index aa79ec631..bae281aaa 100644 --- a/inc/geshi/thinbasic.php +++ b/inc/geshi/thinbasic.php @@ -4,7 +4,7 @@ * ------ * Author: Eros Olmi (eros.olmi@thinbasic.com) * Copyright: (c) 2006 Eros Olmi (http://www.thinbasic.com), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.21 + * Release Version: 1.0.7.22 * Date Started: 2006/05/12 * * thinBasic language file for GeSHi. @@ -36,7 +36,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ************************************************************************************/ - $language_data = array ( + +$language_data = array ( 'LANG_NAME' => 'thinBasic', 'COMMENT_SINGLE' => array(1 => "'"), 'COMMENT_MULTI' => array(), -- cgit v1.2.3