plugins/geshi/geshi/inno.php
changeset 2 9e3258dfae15
parent 0 441963e5b07a
child 3 f3e2bbbd2155
equal deleted inserted replaced
1:c715631f809a 2:9e3258dfae15
     1 <?php
     1 <?php
     2 /*************************************************************************************
     2 /*************************************************************************************
     3  * Inno.php
     3  * Inno.php
     4  * ----------
     4  * ----------
     5  * Author: Thomas Klingler (hotline@theratech.de) based on delphi.php from Járja Norbert (jnorbi@vipmail.hu)
     5  * Author: Thomas Klingler (hotline@theratech.de) based on delphi.php from J�rja Norbert (jnorbi@vipmail.hu)
     6  * Copyright: (c) 2004 Járja Norbert, Nigel McNie (http://qbnz.com/highlighter)
     6  * Copyright: (c) 2004 J�rja Norbert, Nigel McNie (http://qbnz.com/highlighter)
     7  * Release Version: 1.0.7.20
     7  * Release Version: 1.0.8.2
     8  * Date Started: 2005/07/29
     8  * Date Started: 2005/07/29
     9  *
     9  *
    10  * Inno Script language inkl. Delphi (Object Pascal) language file for GeSHi.
    10  * Inno Script language inkl. Delphi (Object Pascal) language file for GeSHi.
    11  *
    11  *
    12  * CHANGES
    12  * CHANGES
    36  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    36  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    37  *
    37  *
    38  ************************************************************************************/
    38  ************************************************************************************/
    39 
    39 
    40 $language_data = array (
    40 $language_data = array (
    41 	'LANG_NAME' => 'Inno',
    41     'LANG_NAME' => 'Inno',
    42 	'COMMENT_SINGLE' => array(1 => '//'),
    42     'COMMENT_SINGLE' => array(1 => '//'),
    43 	'COMMENT_MULTI' => array('(*' => '*)'),
    43     'COMMENT_MULTI' => array('(*' => '*)'),
    44 	'CASE_KEYWORDS' => 0,
    44     'CASE_KEYWORDS' => 0,
    45 	'QUOTEMARKS' => array("'", '"'),
    45     'QUOTEMARKS' => array("'", '"'),
    46 	'ESCAPE_CHAR' => '',
    46     'ESCAPE_CHAR' => '',
    47 	'KEYWORDS' => array(
    47     'KEYWORDS' => array(
    48 		1 => array('Setup','Types','Components','Tasks','Dirs','Files','Icons','INI','InstallDelete','Languages','Messages',
    48         1 => array(
    49 					'CustomMessage','LangOptions','Registry','RUN','UninstallDelete','UninstallRun'
    49             'Setup','Types','Components','Tasks','Dirs','Files','Icons','INI',
    50 					,'app','win','sys','syswow64','src','sd','pf','pf32','pf64','cf','cf32','cf64','tmp','fonts','dao',
    50             'InstallDelete','Languages','Messages','CustomMessage',
    51 					'group','localappdata','sendto','userappdata','commonappdata','userdesktop','commondesktop','userdocs',
    51             'LangOptions','Registry','RUN','UninstallDelete','UninstallRun',
    52 					'commondocs','userfavorites','commonfavorites','userprograms','commonprograms','userstartmenu',
    52             'app','win','sys','syswow64','src','sd','pf','pf32','pf64','cf',
    53 					'commonstartmenu','userstartup','commonstartup','usertemplates','commontemplates'
    53             'cf32','cf64','tmp','fonts','dao','group','localappdata','sendto',
    54 			),
    54             'userappdata','commonappdata','userdesktop','commondesktop',
    55 		2 => array(
    55             'userdocs','commondocs','userfavorites','commonfavorites',
    56 			'nil', 'false', 'true', 'var', 'type', 'const','And', 'Array', 'As', 'Begin', 'Case', 'Class', 'Constructor', 'Destructor', 'Div', 'Do', 'DownTo', 'Else',
    56             'userprograms','commonprograms','userstartmenu','commonstartmenu',
    57 			'End', 'Except', 'File', 'Finally', 'For', 'Function', 'Goto', 'If', 'Implementation', 'In', 'Inherited', 'Interface',
    57             'userstartup','commonstartup','usertemplates','commontemplates'
    58 			'Is', 'Mod', 'Not', 'Object', 'Of', 'On', 'Or', 'Packed', 'Procedure', 'Property', 'Raise', 'Record',
    58             ),
    59 			'Repeat', 'Set', 'Shl', 'Shr', 'Then', 'ThreadVar', 'To', 'Try', 'Unit', 'Until', 'Uses', 'While', 'With', 'Xor',
    59         2 => array(
    60 			
    60             'nil', 'false', 'true', 'var', 'type', 'const','And', 'Array', 'As', 'Begin', 'Case', 'Class', 'Constructor', 'Destructor', 'Div', 'Do', 'DownTo', 'Else',
    61 			'HKCC','HKCR','HKCU','HKLM','HKU','alwaysoverwrite','alwaysskipifsameorolder','append',
    61             'End', 'Except', 'File', 'Finally', 'For', 'Function', 'Goto', 'If', 'Implementation', 'In', 'Inherited', 'Interface',
    62 			'binary','classic','closeonexit','comparetimestamp','confirmoverwrite',
    62             'Is', 'Mod', 'Not', 'Object', 'Of', 'On', 'Or', 'Packed', 'Procedure', 'Property', 'Raise', 'Record',
    63 			'createkeyifdoesntexist','createonlyiffileexists','createvalueifdoesntexist',
    63             'Repeat', 'Set', 'Shl', 'Shr', 'Then', 'ThreadVar', 'To', 'Try', 'Unit', 'Until', 'Uses', 'While', 'With', 'Xor',
    64 			'deleteafterinstall','deletekey','deletevalue','dirifempty','dontcloseonexit',
    64 
    65 			'dontcopy','dontcreatekey','disablenouninstallwarning','dword','exclusive','expandsz',
    65             'HKCC','HKCR','HKCU','HKLM','HKU','alwaysoverwrite','alwaysskipifsameorolder','append',
    66 			'external','files','filesandordirs','fixed','fontisnttruetype','ignoreversion','iscustom','isreadme',
    66             'binary','classic','closeonexit','comparetimestamp','confirmoverwrite',
    67 			'modern','multisz','new','noerror','none','normal','nowait','onlyifdestfileexists',
    67             'createkeyifdoesntexist','createonlyiffileexists','createvalueifdoesntexist',
    68 			'onlyifdoesntexist','onlyifnewer','overwrite','overwritereadonly','postinstall',
    68             'deleteafterinstall','deletekey','deletevalue','dirifempty','dontcloseonexit',
    69 			'preservestringtype','promptifolder','regserver','regtypelib','restart','restartreplace',
    69             'dontcopy','dontcreatekey','disablenouninstallwarning','dword','exclusive','expandsz',
    70 			'runhidden','runmaximized','runminimized','sharedfile','shellexec','showcheckbox',
    70             'external','files','filesandordirs','fixed','fontisnttruetype','ignoreversion','iscustom','isreadme',
    71 			'skipifnotsilent','skipifsilent','silent','skipifdoesntexist',
    71             'modern','multisz','new','noerror','none','normal','nowait','onlyifdestfileexists',
    72 			'skipifsourcedoesntexist','sortfilesbyextension','unchecked','uninsalwaysuninstall',
    72             'onlyifdoesntexist','onlyifnewer','overwrite','overwritereadonly','postinstall',
    73 			'uninsclearvalue','uninsdeleteentry','uninsdeletekey','uninsdeletekeyifempty',
    73             'preservestringtype','promptifolder','regserver','regtypelib','restart','restartreplace',
    74 			'uninsdeletesection','uninsdeletesectionifempty','uninsdeletevalue',
    74             'runhidden','runmaximized','runminimized','sharedfile','shellexec','showcheckbox',
    75 			'uninsneveruninstall','useapppaths','verysilent','waituntilidle'
    75             'skipifnotsilent','skipifsilent','silent','skipifdoesntexist',
    76 
    76             'skipifsourcedoesntexist','sortfilesbyextension','unchecked','uninsalwaysuninstall',
    77 			
    77             'uninsclearvalue','uninsdeleteentry','uninsdeletekey','uninsdeletekeyifempty',
    78 			),
    78             'uninsdeletesection','uninsdeletesectionifempty','uninsdeletevalue',
    79 		3 => array(
    79             'uninsneveruninstall','useapppaths','verysilent','waituntilidle'
    80 			'Abs', 'Addr', 'AnsiCompareStr', 'AnsiCompareText', 'AnsiContainsStr', 'AnsiEndsStr', 'AnsiIndexStr', 'AnsiLeftStr',
    80             ),
    81 			'AnsiLowerCase', 'AnsiMatchStr', 'AnsiMidStr', 'AnsiPos', 'AnsiReplaceStr', 'AnsiReverseString', 'AnsiRightStr',
    81         3 => array(
    82 			'AnsiStartsStr', 'AnsiUpperCase', 'ArcCos', 'ArcSin', 'ArcTan', 'Assigned', 'BeginThread', 'Bounds', 'CelsiusToFahrenheit',
    82             'Abs', 'Addr', 'AnsiCompareStr', 'AnsiCompareText', 'AnsiContainsStr', 'AnsiEndsStr', 'AnsiIndexStr', 'AnsiLeftStr',
    83 			'ChangeFileExt', 'Chr', 'CompareStr', 'CompareText', 'Concat', 'Convert', 'Copy', 'Cos', 'CreateDir', 'CurrToStr',
    83             'AnsiLowerCase', 'AnsiMatchStr', 'AnsiMidStr', 'AnsiPos', 'AnsiReplaceStr', 'AnsiReverseString', 'AnsiRightStr',
    84 			'CurrToStrF', 'Date', 'DateTimeToFileDate', 'DateTimeToStr', 'DateToStr', 'DayOfTheMonth', 'DayOfTheWeek', 'DayOfTheYear',
    84             'AnsiStartsStr', 'AnsiUpperCase', 'ArcCos', 'ArcSin', 'ArcTan', 'Assigned', 'BeginThread', 'Bounds', 'CelsiusToFahrenheit',
    85 			'DayOfWeek', 'DaysBetween', 'DaysInAMonth', 'DaysInAYear', 'DaySpan', 'DegToRad', 'DeleteFile', 'DiskFree', 'DiskSize',
    85             'ChangeFileExt', 'Chr', 'CompareStr', 'CompareText', 'Concat', 'Convert', 'Copy', 'Cos', 'CreateDir', 'CurrToStr',
    86 			'DupeString', 'EncodeDate', 'EncodeDateTime', 'EncodeTime', 'EndOfADay', 'EndOfAMonth', 'Eof', 'Eoln', 'Exp', 'ExtractFileDir',
    86             'CurrToStrF', 'Date', 'DateTimeToFileDate', 'DateTimeToStr', 'DateToStr', 'DayOfTheMonth', 'DayOfTheWeek', 'DayOfTheYear',
    87 			'ExtractFileDrive', 'ExtractFileExt', 'ExtractFileName', 'ExtractFilePath', 'FahrenheitToCelsius', 'FileAge',
    87             'DayOfWeek', 'DaysBetween', 'DaysInAMonth', 'DaysInAYear', 'DaySpan', 'DegToRad', 'DeleteFile', 'DiskFree', 'DiskSize',
    88 			'FileDateToDateTime', 'FileExists', 'FilePos', 'FileSearch', 'FileSetDate', 'FileSize', 'FindClose', 'FindCmdLineSwitch',
    88             'DupeString', 'EncodeDate', 'EncodeDateTime', 'EncodeTime', 'EndOfADay', 'EndOfAMonth', 'Eof', 'Eoln', 'Exp', 'ExtractFileDir',
    89 			'FindFirst', 'FindNext', 'FloatToStr', 'FloatToStrF', 'Format', 'FormatCurr', 'FormatDateTime', 'FormatFloat', 'Frac',
    89             'ExtractFileDrive', 'ExtractFileExt', 'ExtractFileName', 'ExtractFilePath', 'FahrenheitToCelsius', 'FileAge',
    90 			'GetCurrentDir', 'GetLastError', 'GetMem', 'High', 'IncDay', 'IncMinute', 'IncMonth', 'IncYear', 'InputBox',
    90             'FileDateToDateTime', 'FileExists', 'FilePos', 'FileSearch', 'FileSetDate', 'FileSize', 'FindClose', 'FindCmdLineSwitch',
    91 			'InputQuery', 'Int', 'IntToHex', 'IntToStr', 'IOResult', 'IsInfinite', 'IsLeapYear', 'IsMultiThread', 'IsNaN',
    91             'FindFirst', 'FindNext', 'FloatToStr', 'FloatToStrF', 'Format', 'FormatCurr', 'FormatDateTime', 'FormatFloat', 'Frac',
    92 			'LastDelimiter', 'Length', 'Ln', 'Lo', 'Log10', 'Low', 'LowerCase', 'Max', 'Mean', 'MessageDlg', 'MessageDlgPos',
    92             'GetCurrentDir', 'GetLastError', 'GetMem', 'High', 'IncDay', 'IncMinute', 'IncMonth', 'IncYear', 'InputBox',
    93 			'MonthOfTheYear', 'Now', 'Odd', 'Ord', 'ParamCount', 'ParamStr', 'Pi', 'Point', 'PointsEqual', 'Pos', 'Pred',
    93             'InputQuery', 'Int', 'IntToHex', 'IntToStr', 'IOResult', 'IsInfinite', 'IsLeapYear', 'IsMultiThread', 'IsNaN',
    94 			'Printer', 'PromptForFileName', 'PtInRect', 'RadToDeg', 'Random', 'RandomRange', 'RecodeDate', 'RecodeTime', 'Rect',
    94             'LastDelimiter', 'Length', 'Ln', 'Lo', 'Log10', 'Low', 'LowerCase', 'Max', 'Mean', 'MessageDlg', 'MessageDlgPos',
    95 			'RemoveDir', 'RenameFile', 'Round', 'SeekEof', 'SeekEoln', 'SelectDirectory', 'SetCurrentDir', 'Sin', 'SizeOf',
    95             'MonthOfTheYear', 'Now', 'Odd', 'Ord', 'ParamCount', 'ParamStr', 'Pi', 'Point', 'PointsEqual', 'Pos', 'Pred',
    96 			'Slice', 'Sqr', 'Sqrt', 'StringOfChar', 'StringReplace', 'StringToWideChar', 'StrToCurr', 'StrToDate', 'StrToDateTime',
    96             'Printer', 'PromptForFileName', 'PtInRect', 'RadToDeg', 'Random', 'RandomRange', 'RecodeDate', 'RecodeTime', 'Rect',
    97 			'StrToFloat', 'StrToInt', 'StrToInt64', 'StrToInt64Def', 'StrToIntDef', 'StrToTime', 'StuffString', 'Succ', 'Sum', 'Tan',
    97             'RemoveDir', 'RenameFile', 'Round', 'SeekEof', 'SeekEoln', 'SelectDirectory', 'SetCurrentDir', 'Sin', 'SizeOf',
    98 			'Time', 'TimeToStr', 'Tomorrow', 'Trunc', 'UpCase', 'UpperCase', 'VarType', 'WideCharToString', 'WrapText', 'Yesterday',
    98             'Slice', 'Sqr', 'Sqrt', 'StringOfChar', 'StringReplace', 'StringToWideChar', 'StrToCurr', 'StrToDate', 'StrToDateTime',
    99 			'Append', 'AppendStr', 'Assign', 'AssignFile', 'AssignPrn', 'Beep', 'BlockRead', 'BlockWrite', 'Break',
    99             'StrToFloat', 'StrToInt', 'StrToInt64', 'StrToInt64Def', 'StrToIntDef', 'StrToTime', 'StuffString', 'Succ', 'Sum', 'Tan',
   100 			'ChDir', 'Close', 'CloseFile', 'Continue', 'DateTimeToString', 'Dec', 'DecodeDate', 'DecodeDateTime',
   100             'Time', 'TimeToStr', 'Tomorrow', 'Trunc', 'UpCase', 'UpperCase', 'VarType', 'WideCharToString', 'WrapText', 'Yesterday',
   101 			'DecodeTime', 'Delete', 'Dispose', 'EndThread', 'Erase', 'Exclude', 'Exit', 'FillChar', 'Flush', 'FreeAndNil',
   101             'Append', 'AppendStr', 'Assign', 'AssignFile', 'AssignPrn', 'Beep', 'BlockRead', 'BlockWrite', 'Break',
   102 			'FreeMem', 'GetDir', 'GetLocaleFormatSettings', 'Halt', 'Inc', 'Include', 'Insert', 'MkDir', 'Move', 'New',
   102             'ChDir', 'Close', 'CloseFile', 'Continue', 'DateTimeToString', 'Dec', 'DecodeDate', 'DecodeDateTime',
   103 			'ProcessPath', 'Randomize', 'Read', 'ReadLn', 'ReallocMem', 'Rename', 'ReplaceDate', 'ReplaceTime',
   103             'DecodeTime', 'Delete', 'Dispose', 'EndThread', 'Erase', 'Exclude', 'Exit', 'FillChar', 'Flush', 'FreeAndNil',
   104 			'Reset', 'ReWrite', 'RmDir', 'RunError', 'Seek', 'SetLength', 'SetString', 'ShowMessage', 'ShowMessageFmt',
   104             'FreeMem', 'GetDir', 'GetLocaleFormatSettings', 'Halt', 'Inc', 'Include', 'Insert', 'MkDir', 'Move', 'New',
   105 			'ShowMessagePos', 'Str', 'Truncate', 'Val', 'Write', 'WriteLn',
   105             'ProcessPath', 'Randomize', 'Read', 'ReadLn', 'ReallocMem', 'Rename', 'ReplaceDate', 'ReplaceTime',
   106 			
   106             'Reset', 'ReWrite', 'RmDir', 'RunError', 'Seek', 'SetLength', 'SetString', 'ShowMessage', 'ShowMessageFmt',
   107 			'AdminPrivilegesRequired','AfterInstall','AllowCancelDuringInstall','AllowNoIcons','AllowRootDirectory','AllowUNCPath','AlwaysRestart','AlwaysShowComponentsList','AlwaysShowDirOnReadyPage','AlwaysShowGroupOnReadyPage ','AlwaysUsePersonalGroup','AppComments','AppContact','AppCopyright','AppendDefaultDirName',
   107             'ShowMessagePos', 'Str', 'Truncate', 'Val', 'Write', 'WriteLn',
   108 			'AppendDefaultGroupName','AppId','AppModifyPath','AppMutex','AppName','AppPublisher',
   108 
   109 			'AppPublisherURL','AppReadmeFile','AppSupportURL','AppUpdatesURL','AppVerName','AppVersion',
   109             'AdminPrivilegesRequired','AfterInstall','AllowCancelDuringInstall','AllowNoIcons','AllowRootDirectory','AllowUNCPath','AlwaysRestart','AlwaysShowComponentsList','AlwaysShowDirOnReadyPage','AlwaysShowGroupOnReadyPage ','AlwaysUsePersonalGroup','AppComments','AppContact','AppCopyright','AppendDefaultDirName',
   110 			'Attribs','BackColor','BackColor2','BackColorDirection','BackSolid','BeforeInstall',
   110             'AppendDefaultGroupName','AppId','AppModifyPath','AppMutex','AppName','AppPublisher',
   111 			'ChangesAssociations','ChangesEnvironment','Check','CodeFile','Comment','Components','Compression','CopyMode',
   111             'AppPublisherURL','AppReadmeFile','AppSupportURL','AppUpdatesURL','AppVerName','AppVersion',
   112 			'CreateAppDir','CreateUninstallRegKey','DefaultDirName','DefaultGroupName',
   112             'Attribs','BackColor','BackColor2','BackColorDirection','BackSolid','BeforeInstall',
   113 			'DefaultUserInfoName','DefaultUserInfoOrg','DefaultUserInfoSerial',
   113             'ChangesAssociations','ChangesEnvironment','Check','CodeFile','Comment','Compression','CopyMode',
   114 			'Description','DestDir','DestName','DirExistsWarning',
   114             'CreateAppDir','CreateUninstallRegKey','DefaultDirName','DefaultGroupName',
   115 			'DisableDirPage','DisableFinishedPage',
   115             'DefaultUserInfoName','DefaultUserInfoOrg','DefaultUserInfoSerial',
   116 			'DisableProgramGroupPage','DisableReadyMemo','DisableReadyPage',
   116             'Description','DestDir','DestName','DirExistsWarning',
   117 			'DisableStartupPrompt','DiskClusterSize','DiskSliceSize','DiskSpaceMBLabel',
   117             'DisableDirPage','DisableFinishedPage',
   118 			'DiskSpanning','DontMergeDuplicateFiles','EnableDirDoesntExistWarning','Encryption',
   118             'DisableProgramGroupPage','DisableReadyMemo','DisableReadyPage',
   119 			'Excludes','ExtraDiskSpaceRequired','Filename','Flags','FlatComponentsList','FontInstall',
   119             'DisableStartupPrompt','DiskClusterSize','DiskSliceSize','DiskSpaceMBLabel',
   120 			'GroupDescription','HotKey','IconFilename','IconIndex','InfoAfterFile','InfoBeforeFile',
   120             'DiskSpanning','DontMergeDuplicateFiles','EnableDirDoesntExistWarning','Encryption',
   121 			'InternalCompressLevel','Key','LanguageDetectionMethod','Languages',
   121             'Excludes','ExtraDiskSpaceRequired','Filename','Flags','FlatComponentsList','FontInstall',
   122 			'LicenseFile','MergeDuplicateFiles','MessagesFile','MinVersion','Name',
   122             'GroupDescription','HotKey','IconFilename','IconIndex','InfoAfterFile','InfoBeforeFile',
   123 			'OnlyBelowVersion','OutputBaseFilename','OutputManifestFile','OutputDir',
   123             'InternalCompressLevel','Key','LanguageDetectionMethod',
   124 			'Parameters','Password','Permissions','PrivilegesRequired','ReserveBytes',
   124             'LicenseFile','MergeDuplicateFiles','MessagesFile','MinVersion','Name',
   125 			'RestartIfNeededByRun','Root','RunOnceId','Section','SetupIconFile',
   125             'OnlyBelowVersion','OutputBaseFilename','OutputManifestFile','OutputDir',
   126 			'ShowComponentSizes','ShowLanguageDialog','ShowTasksTreeLines','SlicesPerDisk',
   126             'Parameters','Password','Permissions','PrivilegesRequired','ReserveBytes',
   127 			'SolidCompression','Source','SourceDir','StatusMsg','Subkey','Tasks',
   127             'RestartIfNeededByRun','Root','RunOnceId','Section','SetupIconFile',
   128 			'TimeStampRounding','TimeStampsInUTC','TouchDate','TouchTime','Type','Types',
   128             'ShowComponentSizes','ShowLanguageDialog','ShowTasksTreeLines','SlicesPerDisk',
   129 			'UninstallDisplayIcon','UninstallDisplayName','UninstallFilesDir','UninstallIconFile',
   129             'SolidCompression','Source','SourceDir','StatusMsg','Subkey',
   130 			'UninstallLogMode','UninstallRestartComputer','UninstallStyle','Uninstallable',
   130             'TimeStampRounding','TimeStampsInUTC','TouchDate','TouchTime','Type',
   131 			'UpdateUninstallLogAppName','UsePreviousAppDir','UsePreviousGroup',
   131             'UninstallDisplayIcon','UninstallDisplayName','UninstallFilesDir','UninstallIconFile',
   132 			'UsePreviousTasks','UsePreviousSetupType','UsePreviousUserInfo',
   132             'UninstallLogMode','UninstallRestartComputer','UninstallStyle','Uninstallable',
   133 			'UserInfoPage','UseSetupLdr','ValueData','ValueName','ValueType',
   133             'UpdateUninstallLogAppName','UsePreviousAppDir','UsePreviousGroup',
   134 			'VersionInfoVersion','VersionInfoCompany','VersionInfoDescription','VersionInfoTextVersion',
   134             'UsePreviousTasks','UsePreviousSetupType','UsePreviousUserInfo',
   135 			'WindowResizable','WindowShowCaption','WindowStartMaximized',
   135             'UserInfoPage','UseSetupLdr','ValueData','ValueName','ValueType',
   136 			'WindowVisible','WizardImageBackColor','WizardImageFile','WizardImageStretch','WizardSmallImageBackColor','WizardSmallImageFile','WizardStyle','WorkingDir'
   136             'VersionInfoVersion','VersionInfoCompany','VersionInfoDescription','VersionInfoTextVersion',
   137 
   137             'WindowResizable','WindowShowCaption','WindowStartMaximized',
   138 			
   138             'WindowVisible','WizardImageBackColor','WizardImageFile','WizardImageStretch','WizardSmallImageBackColor','WizardSmallImageFile','WizardStyle','WorkingDir'
   139 			),
   139             ),
   140 		4 => array(
   140         4 => array(
   141 			'AnsiChar', 'AnsiString', 'Boolean', 'Byte', 'Cardinal', 'Char', 'Comp', 'Currency', 'Double', 'Extended',
   141             'AnsiChar', 'AnsiString', 'Boolean', 'Byte', 'Cardinal', 'Char', 'Comp', 'Currency', 'Double', 'Extended',
   142 			'Int64', 'Integer', 'LongInt', 'LongWord', 'PAnsiChar', 'PAnsiString', 'PChar', 'PCurrency', 'PDateTime',
   142             'Int64', 'Integer', 'LongInt', 'LongWord', 'PAnsiChar', 'PAnsiString', 'PChar', 'PCurrency', 'PDateTime',
   143 			'PExtended', 'PInt64', 'Pointer', 'PShortString', 'PString', 'PVariant', 'PWideChar', 'PWideString',
   143             'PExtended', 'PInt64', 'Pointer', 'PShortString', 'PString', 'PVariant', 'PWideChar', 'PWideString',
   144 			'Real', 'Real48', 'ShortInt', 'ShortString', 'Single', 'SmallInt', 'String', 'TBits', 'TConvType', 'TDateTime',
   144             'Real', 'Real48', 'ShortInt', 'ShortString', 'Single', 'SmallInt', 'String', 'TBits', 'TConvType', 'TDateTime',
   145 			'Text', 'TextFile', 'TFloatFormat', 'TFormatSettings', 'TList', 'TObject', 'TOpenDialog', 'TPoint',
   145             'Text', 'TextFile', 'TFloatFormat', 'TFormatSettings', 'TList', 'TObject', 'TOpenDialog', 'TPoint',
   146 			'TPrintDialog', 'TRect', 'TReplaceFlags', 'TSaveDialog', 'TSearchRec', 'TStringList', 'TSysCharSet',
   146             'TPrintDialog', 'TRect', 'TReplaceFlags', 'TSaveDialog', 'TSearchRec', 'TStringList', 'TSysCharSet',
   147 			'TThreadFunc', 'Variant', 'WideChar', 'WideString', 'Word'
   147             'TThreadFunc', 'Variant', 'WideChar', 'WideString', 'Word'
   148 			),
   148             ),
   149 		),
   149         ),
   150 	'SYMBOLS' => array(
   150     'SYMBOLS' => array(
   151 		'(', ')', '[', ']', '{', '}', '@', '%', '&', '*', '|', '/', '<', '>'
   151         '(', ')', '[', ']', '{', '}', '@', '%', '&', '*', '|', '/', '<', '>'
   152 		),	
   152         ),
   153 		
   153     'CASE_SENSITIVE' => array(
   154 	'CASE_SENSITIVE' => array(
   154         GESHI_COMMENTS => false,
   155 		GESHI_COMMENTS => true,
   155         1 => false,
   156 		1 => false,
   156         2 => false,
   157 		2 => false,
   157         3 => false,
   158 		3 => false,
   158         4 => false,
   159 		4 => false,
   159         ),
   160 		),
   160     'STYLES' => array(
   161 	'STYLES' => array(
   161         'KEYWORDS' => array(
   162 		'KEYWORDS' => array(
   162             1 => 'color: #000000; font-weight: bold;',/*bold Black*/
   163 			1 => 'color: #000000; font-weight: bold;',/*bold Black*/
   163             2 => 'color: #000000;font-style: italic;',/*Black*/
   164 			2 => 'color: #000000;font-style: italic;',/*Black*/
   164             3 => 'color: #0000FF;',/*blue*/
   165 			3 => 'color: #0000FF;',/*blue*/
   165             4 => 'color: #CC0000;'/*red*/
   166 			4 => 'color: #CC0000;'/*red*/
   166             ),
   167 			),
   167         'COMMENTS' => array(
   168 		'COMMENTS' => array(
   168             1 => 'color: #33FF00; font-style: italic;',
   169 			1 => 'color: #33FF00; font-style: italic;',
   169             'MULTI' => 'color: #33FF00; font-style: italic;'
   170 			'MULTI' => 'color: #33FF00; font-style: italic;'
   170             ),
   171 			),
   171         'ESCAPE_CHAR' => array(
   172 		'ESCAPE_CHAR' => array(
   172             ),
   173 			),
   173         'BRACKETS' => array(
   174 		'BRACKETS' => array(
   174             0 => 'color: #66cc66;'
   175 			0 => 'color: #66cc66;'
   175             ),
   176 			),
   176         'STRINGS' => array(
   177 		'STRINGS' => array(
   177             0 => 'color: #ff0000;'
   178 			0 => 'color: #ff0000;'
   178             ),
   179 			),
   179         'NUMBERS' => array(
   180 		'NUMBERS' => array(
   180             0 => 'color: #cc66cc;'
   181 			0 => 'color: #cc66cc;'
   181             ),
   182 			),
   182         'METHODS' => array(
   183 		'METHODS' => array(
   183             1 => 'color: #006600;'
   184 			1 => 'color: #006600;'
   184             ),
   185 			),
   185         'REGEXPS' => array(
   186 		'REGEXPS' => array(
   186             ),
   187 			),
   187         'SYMBOLS' => array(
   188 		'SYMBOLS' => array(
   188             0 => 'color:  #000000; font-weight: bold;',
   189 			0 => 'color:  #000000; font-weight: bold;',
   189             ),
   190 			),
   190         'SCRIPT' => array(
   191 		'SCRIPT' => array(
   191             )
   192 			)
   192         ),
   193 		),
   193     'URLS' => array(
   194 	'URLS' => array(
   194         1 => '',
   195 		1 => '',
   195         2 => '',
   196 		2 => '',
   196         3 => '',
   197 		3 => '',
   197         4 => ''
   198 		4 => ''
   198         ),
   199 		),
   199     'OOLANG' => true,
   200 	'OOLANG' => true,
   200     'OBJECT_SPLITTERS' => array(
   201 	'OBJECT_SPLITTERS' => array(
   201         1 => '.'
   202 		1 => '.'
   202         ),
   203 		),
   203     'REGEXPS' => array(
   204 	'REGEXPS' => array(
   204         ),
   205 		),
   205     'STRICT_MODE_APPLIES' => GESHI_NEVER,
   206 	'STRICT_MODE_APPLIES' => GESHI_NEVER,
   206     'SCRIPT_DELIMITERS' => array(
   207 	'SCRIPT_DELIMITERS' => array(
   207         ),
   208 		),
   208     'HIGHLIGHT_STRICT_BLOCK' => array(
   209 	'HIGHLIGHT_STRICT_BLOCK' => array(
   209         )
   210 		)
       
   211 );
   210 );
   212 
   211 
   213 ?>
   212 ?>