plugins/geshi/geshi/actionscript.php
changeset 2 9e3258dfae15
parent 0 441963e5b07a
child 3 f3e2bbbd2155
equal deleted inserted replaced
1:c715631f809a 2:9e3258dfae15
     2 /*************************************************************************************
     2 /*************************************************************************************
     3  * actionscript.php
     3  * actionscript.php
     4  * ----------------
     4  * ----------------
     5  * Author: Steffen Krause (Steffen.krause@muse.de)
     5  * Author: Steffen Krause (Steffen.krause@muse.de)
     6  * Copyright: (c) 2004 Steffen Krause, Nigel McNie (http://qbnz.com/highlighter)
     6  * Copyright: (c) 2004 Steffen Krause, Nigel McNie (http://qbnz.com/highlighter)
     7  * Release Version: 1.0.7.20
     7  * Release Version: 1.0.8.2
     8  * Date Started: 2004/06/20
     8  * Date Started: 2004/06/20
     9  *
     9  *
    10  * Actionscript language file for GeSHi.
    10  * Actionscript language file for GeSHi.
    11  *
    11  *
    12  * CHANGES
    12  * CHANGES
    38  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    38  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    39  *
    39  *
    40  ************************************************************************************/
    40  ************************************************************************************/
    41 
    41 
    42 $language_data = array (
    42 $language_data = array (
    43 	'LANG_NAME' => 'ActionScript',
    43     'LANG_NAME' => 'ActionScript',
    44 	'COMMENT_SINGLE' => array(1 => '//', 2 => '#'),
    44     'COMMENT_SINGLE' => array(1 => '//', 2 => '#'),
    45 	'COMMENT_MULTI' => array('/*' => '*/'),
    45     'COMMENT_MULTI' => array('/*' => '*/'),
    46 	'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
    46     'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
    47 	'QUOTEMARKS' => array("'", '"'),
    47     'QUOTEMARKS' => array("'", '"'),
    48 	'ESCAPE_CHAR' => '\\',
    48     'ESCAPE_CHAR' => '\\',
    49 	'KEYWORDS' => array(
    49     'KEYWORDS' => array(
    50 		1 => array(
    50         1 => array(
    51 			'#include', 'for', 'foreach', 'if', 'elseif', 'else', 'while', 'do', 'dowhile',
    51             '#include', 'for', 'foreach', 'if', 'elseif', 'else', 'while', 'do', 'dowhile',
    52 			'endwhile', 'endif', 'switch', 'case', 'endswitch', 'return', 'break', 'continue', 'in'
    52             'endwhile', 'endif', 'switch', 'case', 'endswitch', 'return', 'break', 'continue', 'in'
    53 			),
    53             ),
    54 		2 => array(
    54         2 => array(
    55 			'null', 'false', 'true', 'var',
    55             'null', 'false', 'true', 'var',
    56 			'default', 	'function', 'class',
    56             'default', 'function', 'class',
    57 			'new', '_global'
    57             'new', '_global'
    58 			),
    58             ),
    59 		3 => array(
    59         3 => array(
    60 			'#endinitclip', '#initclip', '__proto__', '_accProps', '_alpha', '_currentframe',
    60             '#endinitclip', '#initclip', '__proto__', '_accProps', '_alpha', '_currentframe',
    61 			'_droptarget', '_focusrect', '_framesloaded', '_height', '_highquality', '_lockroot',
    61             '_droptarget', '_focusrect', '_framesloaded', '_height', '_highquality', '_lockroot',
    62 			'_name', '_parent', '_quality', '_root', '_rotation', '_soundbuftime', '_target', '_totalframes',
    62             '_name', '_parent', '_quality', '_root', '_rotation', '_soundbuftime', '_target', '_totalframes',
    63 			'_url', '_visible', '_width', '_x', '_xmouse', '_xscale', '_y', '_ymouse', '_yscale', 'abs',
    63             '_url', '_visible', '_width', '_x', '_xmouse', '_xscale', '_y', '_ymouse', '_yscale', 'abs',
    64 			'Accessibility', 'acos', 'activityLevel', 'add', 'addListener', 'addPage', 'addProperty',
    64             'Accessibility', 'acos', 'activityLevel', 'add', 'addListener', 'addPage', 'addProperty',
    65 			'addRequestHeader', 'align', 'allowDomain', 'allowInsecureDomain', 'and', 'appendChild',
    65             'addRequestHeader', 'align', 'allowDomain', 'allowInsecureDomain', 'and', 'appendChild',
    66 			'apply', 'Arguments', 'Array', 'asfunction', 'asin', 'atan', 'atan2', 'attachAudio', 'attachMovie',
    66             'apply', 'Arguments', 'Array', 'asfunction', 'asin', 'atan', 'atan2', 'attachAudio', 'attachMovie',
    67 			'attachSound', 'attachVideo', 'attributes', 'autosize', 'avHardwareDisable', 'background',
    67             'attachSound', 'attachVideo', 'attributes', 'autosize', 'avHardwareDisable', 'background',
    68 			'backgroundColor', 'BACKSPACE', 'bandwidth', 'beginFill', 'beginGradientFill', 'blockIndent',
    68             'backgroundColor', 'BACKSPACE', 'bandwidth', 'beginFill', 'beginGradientFill', 'blockIndent',
    69 			'bold', 'Boolean', 'border', 'borderColor', 'bottomScroll', 'bufferLength', 'bufferTime',
    69             'bold', 'Boolean', 'border', 'borderColor', 'bottomScroll', 'bufferLength', 'bufferTime',
    70 			'builtInItems', 'bullet', 'Button', 'bytesLoaded', 'bytesTotal', 'call', 'callee', 'caller',
    70             'builtInItems', 'bullet', 'Button', 'bytesLoaded', 'bytesTotal', 'call', 'callee', 'caller',
    71 			'Camera', 'capabilities', 'CAPSLOCK', 'caption', 'catch', 'ceil', 'charAt', 'charCodeAt',
    71             'Camera', 'capabilities', 'CAPSLOCK', 'caption', 'catch', 'ceil', 'charAt', 'charCodeAt',
    72 			'childNodes', 'chr', 'clear', 'clearInterval', 'cloneNode', 'close', 'Color', 'concat',
    72             'childNodes', 'chr', 'clear', 'clearInterval', 'cloneNode', 'close', 'Color', 'concat',
    73 			'connect', 'condenseWhite', 'constructor', 'contentType', 'ContextMenu', 'ContextMenuItem',
    73             'connect', 'condenseWhite', 'constructor', 'contentType', 'ContextMenu', 'ContextMenuItem',
    74 			'CONTROL', 'copy', 'cos', 'createElement', 'createEmptyMovieClip', 'createTextField',
    74             'CONTROL', 'copy', 'cos', 'createElement', 'createEmptyMovieClip', 'createTextField',
    75 			'createTextNode', 'currentFps', 'curveTo', 'CustomActions', 'customItems', 'data', 'Date',
    75             'createTextNode', 'currentFps', 'curveTo', 'CustomActions', 'customItems', 'data', 'Date',
    76 			'deblocking', 'delete', 'DELETEKEY', 'docTypeDecl', 'domain', 'DOWN',
    76             'deblocking', 'delete', 'DELETEKEY', 'docTypeDecl', 'domain', 'DOWN',
    77 			'duplicateMovieClip', 'duration', 'dynamic', 'E', 'embedFonts', 'enabled',
    77             'duplicateMovieClip', 'duration', 'dynamic', 'E', 'embedFonts', 'enabled',
    78 			'END', 'endFill', 'ENTER', 'eq', 'Error', 'ESCAPE(Konstante)', 'escape(Funktion)', 'eval',
    78             'END', 'endFill', 'ENTER', 'eq', 'Error', 'ESCAPE(Konstante)', 'escape(Funktion)', 'eval',
    79 			'exactSettings', 'exp', 'extends', 'finally', 'findText', 'firstChild', 'floor',
    79             'exactSettings', 'exp', 'extends', 'finally', 'findText', 'firstChild', 'floor',
    80 			'flush', 'focusEnabled', 'font', 'fps', 'fromCharCode', 'fscommand',
    80             'flush', 'focusEnabled', 'font', 'fps', 'fromCharCode', 'fscommand',
    81 			'gain', 'ge', 'get', 'getAscii', 'getBeginIndex', 'getBounds', 'getBytesLoaded', 'getBytesTotal',
    81             'gain', 'ge', 'get', 'getAscii', 'getBeginIndex', 'getBounds', 'getBytesLoaded', 'getBytesTotal',
    82 			'getCaretIndex', 'getCode', 'getCount', 'getDate', 'getDay', 'getDepth', 'getEndIndex', 'getFocus',
    82             'getCaretIndex', 'getCode', 'getCount', 'getDate', 'getDay', 'getDepth', 'getEndIndex', 'getFocus',
    83 			'getFontList', 'getFullYear', 'getHours', 'getInstanceAtDepth', 'getLocal', 'getMilliseconds',
    83             'getFontList', 'getFullYear', 'getHours', 'getInstanceAtDepth', 'getLocal', 'getMilliseconds',
    84 			'getMinutes', 'getMonth', 'getNewTextFormat', 'getNextHighestDepth', 'getPan', 'getProgress',
    84             'getMinutes', 'getMonth', 'getNewTextFormat', 'getNextHighestDepth', 'getPan', 'getProgress',
    85 			'getProperty', 'getRGB', 'getSeconds', 'getSelected', 'getSelectedText', 'getSize', 'getStyle',
    85             'getProperty', 'getRGB', 'getSeconds', 'getSelected', 'getSelectedText', 'getSize', 'getStyle',
    86 			'getStyleNames', 'getSWFVersion', 'getText', 'getTextExtent', 'getTextFormat', 'getTextSnapshot',
    86             'getStyleNames', 'getSWFVersion', 'getText', 'getTextExtent', 'getTextFormat', 'getTextSnapshot',
    87 			'getTime', 'getTimer', 'getTimezoneOffset', 'getTransform', 'getURL', 'getUTCDate', 'getUTCDay',
    87             'getTime', 'getTimer', 'getTimezoneOffset', 'getTransform', 'getURL', 'getUTCDate', 'getUTCDay',
    88 			'getUTCFullYear', 'getUTCHours', 'getUTCMilliseconds', 'getUTCMinutes', 'getUTCMonth', 'getUTCSeconds',
    88             'getUTCFullYear', 'getUTCHours', 'getUTCMilliseconds', 'getUTCMinutes', 'getUTCMonth', 'getUTCSeconds',
    89 			'getVersion', 'getVolume', 'getYear', 'globalToLocal', 'goto', 'gotoAndPlay', 'gotoAndStop',
    89             'getVersion', 'getVolume', 'getYear', 'globalToLocal', 'goto', 'gotoAndPlay', 'gotoAndStop',
    90 			'hasAccessibility', 'hasAudio', 'hasAudioEncoder', 'hasChildNodes', 'hasEmbeddedVideo', 'hasMP3',
    90             'hasAccessibility', 'hasAudio', 'hasAudioEncoder', 'hasChildNodes', 'hasEmbeddedVideo', 'hasMP3',
    91 			'hasPrinting', 'hasScreenBroadcast', 'hasScreenPlayback', 'hasStreamingAudio', 'hasStreamingVideo',
    91             'hasPrinting', 'hasScreenBroadcast', 'hasScreenPlayback', 'hasStreamingAudio', 'hasStreamingVideo',
    92 			'hasVideoEncoder', 'height', 'hide', 'hideBuiltInItems', 'hitArea', 'hitTest', 'hitTestTextNearPos',
    92             'hasVideoEncoder', 'height', 'hide', 'hideBuiltInItems', 'hitArea', 'hitTest', 'hitTestTextNearPos',
    93 			'HOME', 'hscroll', 'html', 'htmlText', 'ID3', 'ifFrameLoaded', 'ignoreWhite', 'implements',
    93             'HOME', 'hscroll', 'html', 'htmlText', 'ID3', 'ifFrameLoaded', 'ignoreWhite', 'implements',
    94 			'import', 'indent', 'index', 'indexOf', 'Infinity', '-Infinity', 'INSERT', 'insertBefore', 'install',
    94             'import', 'indent', 'index', 'indexOf', 'Infinity', '-Infinity', 'INSERT', 'insertBefore', 'install',
    95 			'instanceof', 'int', 'interface', 'isActive', 'isDebugger', 'isDown', 'isFinite', 'isNaN', 'isToggled',
    95             'instanceof', 'int', 'interface', 'isActive', 'isDebugger', 'isDown', 'isFinite', 'isNaN', 'isToggled',
    96 			'italic', 'join', 'Key', 'language', 'lastChild', 'lastIndexOf', 'le', 'leading', 'LEFT', 'leftMargin',
    96             'italic', 'join', 'Key', 'language', 'lastChild', 'lastIndexOf', 'le', 'leading', 'LEFT', 'leftMargin',
    97 			'length', 'level', 'lineStyle', 'lineTo', 'list', 'LN10', 'LN2', 'load', 'loadClip', 'loaded', 'loadMovie',
    97             'length', 'level', 'lineStyle', 'lineTo', 'list', 'LN10', 'LN2', 'load', 'loadClip', 'loaded', 'loadMovie',
    98 			'loadMovieNum', 'loadSound', 'loadVariables', 'loadVariablesNum', 'LoadVars', 'LocalConnection',
    98             'loadMovieNum', 'loadSound', 'loadVariables', 'loadVariablesNum', 'LoadVars', 'LocalConnection',
    99 			'localFileReadDisable', 'localToGlobal', 'log', 'LOG10E', 'LOG2E', 'manufacturer', 'Math', 'max',
    99             'localFileReadDisable', 'localToGlobal', 'log', 'LOG10E', 'LOG2E', 'manufacturer', 'Math', 'max',
   100 			'MAX_VALUE', 'maxChars', 'maxhscroll', 'maxscroll', 'mbchr', 'mblength', 'mbord', 'mbsubstring', 'menu',
   100             'MAX_VALUE', 'maxChars', 'maxhscroll', 'maxscroll', 'mbchr', 'mblength', 'mbord', 'mbsubstring', 'menu',
   101 			'message', 'Microphone', 'min', 'MIN_VALUE', 'MMExecute', 'motionLevel', 'motionTimeOut', 'Mouse',
   101             'message', 'Microphone', 'min', 'MIN_VALUE', 'MMExecute', 'motionLevel', 'motionTimeOut', 'Mouse',
   102 			'mouseWheelEnabled', 'moveTo', 'Movieclip', 'MovieClipLoader', 'multiline', 'muted', 'name', 'names', 'NaN',
   102             'mouseWheelEnabled', 'moveTo', 'Movieclip', 'MovieClipLoader', 'multiline', 'muted', 'name', 'names', 'NaN',
   103 			'ne', 'NEGATIVE_INFINITY', 'NetConnection', 'NetStream', 'newline', 'nextFrame',
   103             'ne', 'NEGATIVE_INFINITY', 'NetConnection', 'NetStream', 'newline', 'nextFrame',
   104 			'nextScene', 'nextSibling', 'nodeName', 'nodeType', 'nodeValue', 'not', 'Number', 'Object',
   104             'nextScene', 'nextSibling', 'nodeName', 'nodeType', 'nodeValue', 'not', 'Number', 'Object',
   105 			'on', 'onActivity', 'onChanged', 'onClipEvent', 'onClose', 'onConnect', 'onData', 'onDragOut',
   105             'on', 'onActivity', 'onChanged', 'onClipEvent', 'onClose', 'onConnect', 'onData', 'onDragOut',
   106 			'onDragOver', 'onEnterFrame', 'onID3', 'onKeyDown', 'onKeyUp', 'onKillFocus', 'onLoad', 'onLoadComplete',
   106             'onDragOver', 'onEnterFrame', 'onID3', 'onKeyDown', 'onKeyUp', 'onKillFocus', 'onLoad', 'onLoadComplete',
   107 			'onLoadError', 'onLoadInit', 'onLoadProgress', 'onLoadStart', 'onMouseDown', 'onMouseMove', 'onMouseUp',
   107             'onLoadError', 'onLoadInit', 'onLoadProgress', 'onLoadStart', 'onMouseDown', 'onMouseMove', 'onMouseUp',
   108 			'onMouseWheel', 'onPress', 'onRelease', 'onReleaseOutside', 'onResize', 'onRollOut', 'onRollOver',
   108             'onMouseWheel', 'onPress', 'onRelease', 'onReleaseOutside', 'onResize', 'onRollOut', 'onRollOver',
   109 			'onScroller', 'onSelect', 'onSetFocus', 'onSoundComplete', 'onStatus', 'onUnload', 'onUpdate', 'onXML',
   109             'onScroller', 'onSelect', 'onSetFocus', 'onSoundComplete', 'onStatus', 'onUnload', 'onUpdate', 'onXML',
   110 			'or(logischesOR)', 'ord', 'os', 'parentNode', 'parseCSS', 'parseFloat', 'parseInt', 'parseXML', 'password',
   110             'or(logischesOR)', 'ord', 'os', 'parentNode', 'parseCSS', 'parseFloat', 'parseInt', 'parseXML', 'password',
   111 			'pause', 'PGDN', 'PGUP', 'PI', 'pixelAspectRatio', 'play', 'playerType', 'pop', 'position',
   111             'pause', 'PGDN', 'PGUP', 'PI', 'pixelAspectRatio', 'play', 'playerType', 'pop', 'position',
   112 			'POSITIVE_INFINITY', 'pow', 'prevFrame', 'previousSibling', 'prevScene', 'print', 'printAsBitmap',
   112             'POSITIVE_INFINITY', 'pow', 'prevFrame', 'previousSibling', 'prevScene', 'print', 'printAsBitmap',
   113 			'printAsBitmapNum', 'PrintJob', 'printNum', 'private', 'prototype', 'public', 'push', 'quality',
   113             'printAsBitmapNum', 'PrintJob', 'printNum', 'private', 'prototype', 'public', 'push', 'quality',
   114 			'random', 'rate', 'registerClass', 'removeListener', 'removeMovieClip', 'removeNode', 'removeTextField',
   114             'random', 'rate', 'registerClass', 'removeListener', 'removeMovieClip', 'removeNode', 'removeTextField',
   115 			'replaceSel', 'replaceText', 'resolutionX', 'resolutionY', 'restrict', 'reverse', 'RIGHT',
   115             'replaceSel', 'replaceText', 'resolutionX', 'resolutionY', 'restrict', 'reverse', 'RIGHT',
   116 			'rightMargin', 'round', 'scaleMode', 'screenColor', 'screenDPI', 'screenResolutionX', 'screenResolutionY',
   116             'rightMargin', 'round', 'scaleMode', 'screenColor', 'screenDPI', 'screenResolutionX', 'screenResolutionY',
   117 			'scroll', 'seek', 'selectable', 'Selection', 'send', 'sendAndLoad', 'separatorBefore', 'serverString',
   117             'scroll', 'seek', 'selectable', 'Selection', 'send', 'sendAndLoad', 'separatorBefore', 'serverString',
   118 			'set', 'setvariable', 'setBufferTime', 'setClipboard', 'setDate', 'setFocus', 'setFullYear', 'setGain',
   118             'set', 'setvariable', 'setBufferTime', 'setClipboard', 'setDate', 'setFocus', 'setFullYear', 'setGain',
   119 			'setHours', 'setInterval', 'setMask', 'setMilliseconds', 'setMinutes', 'setMode', 'setMonth',
   119             'setHours', 'setInterval', 'setMask', 'setMilliseconds', 'setMinutes', 'setMode', 'setMonth',
   120 			'setMotionLevel', 'setNewTextFormat', 'setPan', 'setProperty', 'setQuality', 'setRate', 'setRGB',
   120             'setMotionLevel', 'setNewTextFormat', 'setPan', 'setProperty', 'setQuality', 'setRate', 'setRGB',
   121 			'setSeconds', 'setSelectColor', 'setSelected', 'setSelection', 'setSilenceLevel', 'setStyle',
   121             'setSeconds', 'setSelectColor', 'setSelected', 'setSelection', 'setSilenceLevel', 'setStyle',
   122 			'setTextFormat', 'setTime', 'setTransform', 'setUseEchoSuppression', 'setUTCDate', 'setUTCFullYear',
   122             'setTextFormat', 'setTime', 'setTransform', 'setUseEchoSuppression', 'setUTCDate', 'setUTCFullYear',
   123 			'setUTCHours', 'setUTCMilliseconds', 'setUTCMinutes', 'setUTCMonth', 'setUTCSeconds', 'setVolume',
   123             'setUTCHours', 'setUTCMilliseconds', 'setUTCMinutes', 'setUTCMonth', 'setUTCSeconds', 'setVolume',
   124 			'setYear', 'SharedObject', 'SHIFT(Konstante)', 'shift(Methode)', 'show', 'showMenu', 'showSettings',
   124             'setYear', 'SharedObject', 'SHIFT(Konstante)', 'shift(Methode)', 'show', 'showMenu', 'showSettings',
   125 			'silenceLevel', 'silenceTimeout', 'sin', 'size', 'slice', 'smoothing', 'sort', 'sortOn', 'Sound', 'SPACE',
   125             'silenceLevel', 'silenceTimeout', 'sin', 'size', 'slice', 'smoothing', 'sort', 'sortOn', 'Sound', 'SPACE',
   126 			'splice', 'split', 'sqrt', 'SQRT1_2', 'SQRT2', 'Stage', 'start', 'startDrag', 'static', 'status', 'stop',
   126             'splice', 'split', 'sqrt', 'SQRT1_2', 'SQRT2', 'Stage', 'start', 'startDrag', 'static', 'status', 'stop',
   127 			'stopAllSounds', 'stopDrag', 'String', 'StyleSheet(Klasse)', 'styleSheet(Eigenschaft)', 'substr',
   127             'stopAllSounds', 'stopDrag', 'String', 'StyleSheet(Klasse)', 'styleSheet(Eigenschaft)', 'substr',
   128 			'substring', 'super', 'swapDepths', 'System', 'TAB', 'tabChildren', 'tabEnabled', 'tabIndex',
   128             'substring', 'super', 'swapDepths', 'System', 'TAB', 'tabChildren', 'tabEnabled', 'tabIndex',
   129 			'tabStops', 'tan', 'target', 'targetPath', 'tellTarget', 'text', 'textColor', 'TextField', 'TextFormat',
   129             'tabStops', 'tan', 'target', 'targetPath', 'tellTarget', 'text', 'textColor', 'TextField', 'TextFormat',
   130 			'textHeight', 'TextSnapshot', 'textWidth', 'this', 'throw', 'time', 'toggleHighQuality', 'toLowerCase',
   130             'textHeight', 'TextSnapshot', 'textWidth', 'this', 'throw', 'time', 'toggleHighQuality', 'toLowerCase',
   131 			'toString', 'toUpperCase', 'trace', 'trackAsMenu', 'try', 'type', 'typeof', 'undefined',
   131             'toString', 'toUpperCase', 'trace', 'trackAsMenu', 'try', 'type', 'typeof', 'undefined',
   132 			'underline', 'unescape', 'uninstall', 'unloadClip', 'unloadMovie', 'unLoadMovieNum', 'unshift', 'unwatch',
   132             'underline', 'unescape', 'uninstall', 'unloadClip', 'unloadMovie', 'unLoadMovieNum', 'unshift', 'unwatch',
   133 			'UP', 'updateAfterEvent', 'updateProperties', 'url', 'useCodePage', 'useEchoSuppression', 'useHandCursor',
   133             'UP', 'updateAfterEvent', 'updateProperties', 'url', 'useCodePage', 'useEchoSuppression', 'useHandCursor',
   134 			'UTC', 'valueOf', 'variable', 'version', 'Video', 'visible', 'void', 'watch', 'width',
   134             'UTC', 'valueOf', 'variable', 'version', 'Video', 'visible', 'void', 'watch', 'width',
   135 			'with', 'wordwrap', 'XML', 'xmlDecl', 'XMLNode', 'XMLSocket'
   135             'with', 'wordwrap', 'XML', 'xmlDecl', 'XMLNode', 'XMLSocket'
   136 			)
   136             )
   137 		),
   137         ),
   138 	'SYMBOLS' => array(
   138     'SYMBOLS' => array(
   139 		'(', ')', '[', ']', '{', '}', '!', '@', '%', '&', '*', '|', '/', '<', '>'
   139         '(', ')', '[', ']', '{', '}', '!', '@', '%', '&', '*', '|', '/', '<', '>'
   140 		),
   140         ),
   141 	'CASE_SENSITIVE' => array(
   141     'CASE_SENSITIVE' => array(
   142 		GESHI_COMMENTS => false,
   142         GESHI_COMMENTS => false,
   143 		1 => false,
   143         1 => false,
   144 		2 => false,
   144         2 => false,
   145 		3 => false,
   145         3 => false,
   146 		),
   146         ),
   147 	'STYLES' => array(
   147     'STYLES' => array(
   148 		'KEYWORDS' => array(
   148         'KEYWORDS' => array(
   149 			1 => 'color: #b1b100;',
   149             1 => 'color: #b1b100;',
   150 			2 => 'color: #000000; font-weight: bold;',
   150             2 => 'color: #000000; font-weight: bold;',
   151 			3 => 'color: #0066CC;'
   151             3 => 'color: #0066CC;'
   152 			),
   152             ),
   153 		'COMMENTS' => array(
   153         'COMMENTS' => array(
   154 			1 => 'color: #808080; font-style: italic;',
   154             1 => 'color: #808080; font-style: italic;',
   155 			2 => 'color: #808080; font-style: italic;',
   155             2 => 'color: #808080; font-style: italic;',
   156 			'MULTI' => 'color: #808080; font-style: italic;'
   156             'MULTI' => 'color: #808080; font-style: italic;'
   157 			),
   157             ),
   158 		'ESCAPE_CHAR' => array(
   158         'ESCAPE_CHAR' => array(
   159 			0 => 'color: #000099; font-weight: bold;'
   159             0 => 'color: #000099; font-weight: bold;'
   160 			),
   160             ),
   161 		'BRACKETS' => array(
   161         'BRACKETS' => array(
   162 			0 => 'color: #66cc66;'
   162             0 => 'color: #66cc66;'
   163 			),
   163             ),
   164 		'STRINGS' => array(
   164         'STRINGS' => array(
   165 			0 => 'color: #ff0000;'
   165             0 => 'color: #ff0000;'
   166 			),
   166             ),
   167 		'NUMBERS' => array(
   167         'NUMBERS' => array(
   168 			0 => 'color: #cc66cc;'
   168             0 => 'color: #cc66cc;'
   169 			),
   169             ),
   170 		'METHODS' => array(
   170         'METHODS' => array(
   171 			1 => 'color: #006600;'
   171             1 => 'color: #006600;'
   172 			),
   172             ),
   173 		'SYMBOLS' => array(
   173         'SYMBOLS' => array(
   174 			0 => 'color: #66cc66;'
   174             0 => 'color: #66cc66;'
   175 			),
   175             ),
   176 		'REGEXPS' => array(
   176         'REGEXPS' => array(
   177 			),
   177             ),
   178 		'SCRIPT' => array(
   178         'SCRIPT' => array(
   179 			)
   179             )
   180 		),
   180         ),
   181 	'URLS' => array(
   181     'URLS' => array(
   182 		1 => '',
   182         1 => '',
   183 		2 => '',
   183         2 => '',
   184 		3 => ''
   184         3 => ''
   185 		),
   185         ),
   186 	'OOLANG' => true,
   186     'OOLANG' => true,
   187 	'OBJECT_SPLITTERS' => array(
   187     'OBJECT_SPLITTERS' => array(
   188 		1 => '.'
   188         1 => '.'
   189 		),
   189         ),
   190 	'REGEXPS' => array(
   190     'REGEXPS' => array(
   191 		),
   191         ),
   192 	'STRICT_MODE_APPLIES' => GESHI_NEVER,
   192     'STRICT_MODE_APPLIES' => GESHI_NEVER,
   193 	'SCRIPT_DELIMITERS' => array(),
   193     'SCRIPT_DELIMITERS' => array(),
   194 	'HIGHLIGHT_STRICT_BLOCK' => array()
   194     'HIGHLIGHT_STRICT_BLOCK' => array()
   195 );
   195 );
   196 
   196 
   197 ?>
   197 ?>