From 8e39ccf504d73d5d12e07bd879c5a696d5ceac3d Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 12 Sep 2008 22:23:34 +0200 Subject: GeSHi update to 1.0.8 darcs-hash:20080912202334-7ad00-ee4e69ad5516c38729955e8919d55f3b940caf1a.gz --- inc/geshi/delphi.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'inc/geshi/delphi.php') diff --git a/inc/geshi/delphi.php b/inc/geshi/delphi.php index 869b0979d..20fd86ad2 100644 --- a/inc/geshi/delphi.php +++ b/inc/geshi/delphi.php @@ -2,9 +2,9 @@ /************************************************************************************* * delphi.php * ---------- - * Author: Járja Norbert (jnorbi@vipmail.hu), Benny Baumann (BenBE@omorphia.de) - * Copyright: (c) 2004 Járja Norbert, Benny Baumann (BenBE@omorphia.de), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.22 + * Author: J�rja Norbert (jnorbi@vipmail.hu), Benny Baumann (BenBE@omorphia.de) + * Copyright: (c) 2004 J�rja Norbert, Benny Baumann (BenBE@omorphia.de), Nigel McNie (http://qbnz.com/highlighter) + * Release Version: 1\.0\.8 * Date Started: 2004/07/26 * * Delphi (Object Pascal) language file for GeSHi. @@ -67,7 +67,7 @@ $language_data = array ( 'Protected', 'Public', 'Published', 'Raise', 'Record', 'Register', 'Repeat', 'Requires', 'Resourcestring', 'Set', 'Shl', 'Shr', 'Then', 'ThreadVar', 'To', 'Try', 'Type', 'Unit', 'Until', 'Uses', 'Var', - 'Virtual', 'While', 'With', 'Xor', 'assembler', 'cdecl', 'far', + 'Virtual', 'While', 'With', 'Xor', 'assembler', 'far', 'near', 'pascal', 'register', 'cdecl', 'safecall', 'stdcall', 'varargs' ), 2 => array( @@ -210,7 +210,7 @@ $language_data = array ( ), ), 'CASE_SENSITIVE' => array( - GESHI_COMMENTS => true, + GESHI_COMMENTS => false, 1 => false, 2 => false, 3 => false, -- cgit v1.2.3