summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/geshi/geshi/lscript.php
blob: acfd18e22187f96b61dc96b7d899ee04d5605871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<?php
/*************************************************************************************
 * lscript.php
 * ---------
 * Author: Arendedwinter (admin@arendedwinter.com)
 * Copyright: (c) 2008 Beau McGuigan (http://www.arendedwinter.com)
 * Release Version: 1.0.8.12
 * Date Started: 15/11/2008
 *
 * Lightwave Script language file for GeSHi.
 *
 *************************************************************************************
 *
 *     This file is part of GeSHi.
 *
 *   GeSHi is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 *   GeSHi is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with GeSHi; if not, write to the Free Software
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 ************************************************************************************/

$language_data = array (
    'LANG_NAME' => 'LScript',
    'COMMENT_SINGLE' => array(1 => '//'),
    'COMMENT_MULTI' => array('/*' => '*/'),
    'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
    'QUOTEMARKS' => array('"'),
    'ESCAPE_CHAR' => '',
    'KEYWORDS' => array(
    //Yes, I'm aware these are out of order,
    //I had to rearrange and couldn't be bothered changing the numbers...
        7 => array(
            '@data', '@define', '@else', '@end', '@fpdepth', '@if', '@include',
            '@insert', '@library', '@localipc', '@name', '@save', '@script',
            '@sequence', '@version', '@warnings'
            ),
        1 => array(
            'break', 'case', 'continue', 'else', 'end', 'false', 'for',
            'foreach', 'if', 'return', 'switch', 'true', 'while',
            ),
        3 => array(
            'active', 'alertlevel', 'alpha', 'alphaprefix', 'animfilename', 'autokeycreate',
            'backdroptype', 'blue', 'boxthreshold', 'button',
            'channelsvisible', 'childrenvisible', 'compfg', 'compbg', 'compfgalpha',
            'coneangles', 'cosine', 'count', 'ctl', 'curFilename', 'curFrame',
            'currenttime', 'curTime', 'curType',
            'depth', 'diffshade', 'diffuse', 'dimensions', 'displayopts', 'dynamicupdate',
            'end', 'eta',
            'filename', 'flags', 'fogtype', 'fps', 'frame', 'frameend', 'frameheight',
            'framestart', 'framestep', 'framewidth',
            'generalopts', 'genus', 'geometry', 'gNorm', 'goal', 'green',
            'h', 'hasAlpha', 'height',
            'id', 'innerlimit', 'isColor',
            'keyCount', 'keys',
            'limiteregion', 'locked', 'luminous',
            'maxsamplesperpixel', 'minsamplesperpixel', 'mirror', 'motionx', 'motiony',
            'name', 'newFilename', 'newFrame', 'newTime', 'newType', 'null', 'numthreads',
            'objID', 'oPos', 'outerlimit', 'oXfrm',
            'parent', 'pixel', 'pixelaspect', 'point', 'points', 'pointcount', 'polNum',
            'polycount', 'polygon', 'polygons', 'postBehavior', 'preBehavior', 'previewend',
            'previewstart', 'previewstep',
            'range', 'rawblue', 'rawgreen', 'rawred', 'rayLength', 'raySource', 'red',
            'reflectblue', 'reflectgreen', 'reflectred', 'recursiondepth', 'renderend',
            'renderopts', 'renderstart', 'renderstep', 'rendertype', 'restlength',
            'rgbprefix', 'roughness',
            'selected', 'setColor', 'setPattern', 'shading', 'shadow', 'shadows',
            'shadowtype', 'size', 'source', 'special', 'specshade', 'specular',
            'spotsize', 'start', 'sx', 'sy', 'sz',
            'target', 'totallayers', 'totalpoints', 'totalpolygons', 'trans', 'transparency',
            'type',
            'value', 'view', 'visible', 'visibility',
            'w', 'width', 'wNorm', 'wPos', 'wXfrm',
            'x', 'xoffset',
            'y', 'yoffset',
            'z'
            ),
        4 => array(
            'addLayer', 'addParticle', 'alphaspot', 'ambient', 'asAsc', 'asBin',
            'asInt', 'asNum', 'asStr', 'asVec', 'attach', 'axislocks',
            'backdropColor', 'backdropRay', 'backdropSqueeze', 'bone', 'blurLength',
            'close', 'color', 'contains', 'copy', 'createKey',
            'deleteKey', 'detach', 'drawCircle', 'drawLine', 'drawPoint', 'drawText',
            'drawTriangle',
            'edit', 'eof', 'event',
            'firstChannel', 'firstLayer', 'firstSelect', 'focalLength', 'fogColor',
            'fogMaxAmount', 'fogMaxDist', 'fogMinAmount', 'fogMinDist',
            'fovAngles', 'fStop', 'firstChild', 'focalDistance',
            'get', 'getChannelGroup', 'getEnvelope', 'getForward', 'getKeyBias',
            'getKeyContinuity', 'getKeyCurve', 'getKeyHermite', 'getKeyTension',
            'getKeyTime', 'getKeyValue', 'getParticle', 'getPivot', 'getPosition',
            'getRight', 'getRotation', 'getSelect', 'getScaling', 'getTag', 'getTexture',
            'getUp', 'getValue', 'getWorldPosition', 'getWorldForward', 'getWorldRight',
            'getWorldRotation', 'getWorldUp', 'globalBlur', 'globalMask', 'globalResolution',
            'hasCCEnd', 'hasCCStart',
            'illuminate', 'indexOf', 'isAscii', 'isAlnum', 'isAlpha', 'isBone',
            'isCamera', 'isChannel', 'isChannelGroup', 'isCntrl', 'isCurve', 'isDigit',
            'isEnvelope', 'isImage', 'isInt', 'isLight', 'isLower', 'isMapped', 'isMesh',
            'isNil', 'isNum', 'IsOpen', 'isOriginal', 'isPrint', 'isPunct', 'isScene',
            'isSpace', 'isStr', 'isUpper', 'isValid', 'isVMap', 'isVec', 'isXDigit',
            'keyExists',
            'layer', 'layerName', 'layerVisible', 'limits', 'line', 'linecount', 'load', 'luma',
            'next', 'nextLayer', 'nextSelect', 'nextChannel', 'nextChild', 'nl',
            'offset', 'open',
            'pack', 'param', 'parse', 'paste', 'persist', 'polygonCount', 'position',
            'rayCast', 'rayTrace', 'read', 'readByte', 'readInt', 'readNumber',
            'readDouble', 'readShort', 'readString', 'readVector', 'reduce',
            'remParticle', 'renderCamera', 'reopen', 'replace', 'reset', 'restParam',
            'rewind', 'rgb', 'rgbambient', 'rgbcolor', 'rgbspot',
            'save', 'schemaPosition', 'select', 'set', 'setChannelGroup', 'setKeyBias',
            'setKeyContinuity', 'setKeyCurve',
            'setKeyHermite', 'setKeyTension', 'setKeyValue', 'setParticle', 'setPoints',
            'setTag', 'setValue', 'server', 'serverFlags', 'sortA', 'sortD', 'surface',
            'trunc',
            'write', 'writeln', 'writeByte', 'writeData', 'writeNumber', 'writeDouble',
            'writeShort', 'writeString', 'writeVector',
            'vertex', 'vertexCount',
            'zoomFactor'
            ),
        2 => array(
            'abs', 'acos', 'angle', 'append', 'ascii', 'asin', 'atan',
            'binary',
            'ceil', 'center', 'chdir', 'clearimage', 'cloned', 'comringattach',
            'comringdecode', 'comringdetach', 'comringencode', 'comringmsg', 'cos',
            'cosh', 'cot', 'cross2d', 'cross3d', 'csc', 'ctlstring', 'ctlinteger',
            'ctlnumber', 'ctlvector', 'ctldistance', 'ctlchoice', 'ctltext',
            'ctlcolor', 'ctlsurface', 'ctlfont', 'ctlpopup', 'ctledit', 'ctlpercent',
            'ctlangle', 'ctlrgb', 'ctlhsv', 'ctlcheckbox', 'ctlstate', 'ctlfilename',
            'ctlbutton', 'ctllistbox', 'ctlslider', 'ctlminislider', 'ctlsep', 'ctlimage',
            'ctltab', 'ctlallitems', 'ctlmeshitems', 'ctlcameraitems', 'ctllightitems',
            'ctlboneitems', 'ctlimageitems', 'ctlchannel', 'ctlviewport', 'Control_Management',
            'ctlpage', 'ctlgroup', 'ctlposition', 'ctlactive', 'ctlvisible', 'ctlalign',
            'ctlrefresh', 'ctlmenu', 'ctlinfo',
            'date', 'debug', 'deg', 'dot2d', 'dot3d', 'drawborder', 'drawbox', 'drawcircle',
            'drawelipse', 'drawerase', 'drawfillcircle', 'drawfillelipse', 'drawline',
            'drawpixel', 'drawtext', 'drawtextwidth', 'drawtextheight', 'dump',
            'error', 'exp', 'expose', 'extent',
            'fac', 'filecrc', 'filedelete', 'fileexists', 'filefind', 'filerename',
            'filestat', 'floor', 'format', 'frac', 'fullpath',
            'gamma', 'getdir', 'getenv', 'getfile', 'getfirstitem', 'getsep', 'getvalue',
            'globalrecall', 'globalstore',
            'hash', 'hex', 'hostBuild', 'hostVersion', 'hypot',
            'info', 'integer',
            'library', 'licenseId', 'lscriptVersion', 'load', 'loadimage', 'log', 'log10',
            'matchdirs', 'matchfiles', 'max', 'min', 'mkdir', 'mod', 'monend', 'moninit', 'monstep',
            'nil', 'normalize', 'number',
            'octal', 'overlayglyph',
            'parse', 'platform', 'pow',
            'rad', 'random', 'randu', 'range', 'read', 'readdouble', 'readInt', 'readNumber',
            'readShort', 'recall', 'regexp', 'reqabort', 'reqbegin', 'reqend', 'reqisopen',
            'reqkeyboard', 'reqopen', 'reqposition', 'reqpost', 'reqredraw',
            'reqsize', 'reqresize', 'requpdate', 'rmdir', 'round', 'runningUnder',
            'save', 'sec', 'select', 'selector', 'setdesc', 'setvalue', 'sin', 'sinh', 'size',
            'sizeof', 'sleep', 'spawn', 'split', 'sqrt', 'step', 'store', 'string', 'strleft',
            'strlower', 'strright', 'strsub', 'strupper',
            'tan', 'tanh', 'targetobject', 'terminate', 'text', 'time',
            'wait', 'warn', 'when', 'write', 'writeDouble', 'writeInt', 'writeNumber', 'writeShort',
            'var', 'vector', 'visitnodes', 'vmag',
            ),
        5 => array(
            'addcurve', 'addpoint', 'addpolygon', 'addquad', 'addtriangle', 'alignpols',
            'autoflex', 'axisdrill',
            'bend', 'bevel', 'boolean', 'boundingbox',
            'changepart', 'changesurface', 'close', 'closeall', 'cmdseq', 'copy', 'copysurface',
            'createsurface', 'cut',
            'deformregion', 'delete',
            'editbegin', 'editend', 'exit', 'extrude',
            'fixedflex', 'flip', 'fontclear', 'fontcount', 'fontindex', 'fontload',
            'fontname', 'fracsubdivide', 'freezecurves',
            'getdefaultsurface',
            'jitter',
            'lathe', 'layerName', 'layerVisible', 'lyrbg', 'lyrdata', 'lyrempty', 'lyremptybg',
            'lyremptyfg', 'lyrfg', 'lyrsetbg', 'lyrsetfg', 'lyrswap',
            'magnet', 'make4patch', 'makeball', 'makebox', 'makecone', 'makedisc',
            'maketesball', 'maketext', 'mergepoints', 'mergepols', 'meshedit', 'mirror',
            'morphpols', 'move',
            'new', 'nextsurface',
            'paste', 'pathclone', 'pathextrude', 'pixel', 'pointcount', 'pointinfo',
            'pointmove', 'pole', 'polycount', 'polyinfo', 'polynormal', 'polypointcount',
            'polypoints', 'polysurface',
            'quantize',
            'railclone', 'railextrude', 'redo', 'removepols', 'rempoint', 'rempoly',
            'renamesurface', 'revert', 'rotate',
            'scale', 'selhide', 'selinvert', 'selmode', 'selpoint', 'selpolygon', 'selunhide',
            'selectvmap', 'setlayername', 'setobject', 'setpivot', 'setsurface', 'shapebevel',
            'shear', 'skinpols', 'smooth', 'smoothcurves', 'smoothscale', 'smoothshift',
            'soliddrill', 'splitpols', 'subdivide', 'swaphidden',
            'taper', 'triple', 'toggleCCend', 'toggleCCstart', 'togglepatches', 'twist',
            'undo', 'undogroupend', 'undogroupbegin', 'unifypols', 'unweld',
            'vortex',
            'weldaverage', 'weldpoints'
            ),
        6 => array(
            'About', 'AboutOpenGL', 'AdaptiveSampling', 'AdaptiveThreshold',
            'AddAreaLight', 'AddBone', 'AddButton', 'AddCamera', 'AddChildBone',
            'AddDistantLight', 'AddEnvelope', 'AddLinearLight', 'AddNull',
            'AddPartigon', 'AddPlugins', 'AddPointLight', 'AddPosition',
            'AddRotation', 'AddScale', 'AddSpotlight', 'AddToSelection',
            'AdjustRegionTool', 'AffectCaustics', 'AffectDiffuse', 'AffectOpenGL',
            'AffectSpecular', 'AlertLevel', 'AmbientColor', 'AmbientIntensity',
            'Antialiasing', 'ApertureHeight', 'ApplyServer', 'AreaLight',
            'AutoConfirm', 'AutoFrameAdvance', 'AutoKey',
            'BackdropColor', 'BackView', 'BController', 'BLimits', 'BLurLength', 'BoneActive',
            'BoneFalloffType', 'BoneJointComp', 'BoneJointCompAmounts', 'BoneJointCompParent',
            'BoneLimitedRange', 'BoneMaxRange', 'BoneMinRange', 'BoneMuscleFlex',
            'BoneMuscleFlexAmounts', 'BoneMuscleFlexParent', 'BoneNormalization',
            'BoneRestLength', 'BoneRestPosition', 'BoneRestRotation', 'BoneSource',
            'BoneStrength', 'BoneStrengthMultiply', 'BoneWeightMapName', 'BoneWeightMapOnly',
            'BoneWeightShade', 'BoneXRay', 'BottomView', 'BoundingBoxThreshold',
            'BStiffness',
            'CacheCaustics', 'CacheRadiosity', 'CacheShadowMap',
            'CameraMask', 'CameraView', 'CameraZoomTool', 'CastShadow', 'CausticIntensity',
            'CenterItem', 'CenterMouse', 'ChangeTool', 'ClearAllBones', 'ClearAllCameras',
            'ClearAllLights', 'ClearAllObjects', 'ClearAudio', 'ClearScene', 'ClearSelected',
            'Clone', 'CommandHistory', 'CommandInput', 'Compositing', 'ConeAngleTool',
            'ContentDirectory', 'CreateKey',
            'DecreaseGrid', 'DeleteKey', 'DepthBufferAA', 'DepthOfField', 'DisplayOptions',
            'DistantLight', 'DrawAntialiasing', 'DrawBones', 'DrawChildBones', 'DynamicUpdate',
            'EditBones', 'EditCameras', 'EditKeys', 'EditLights',
            'EditMenus', 'EditObjects', 'EditPlugins', 'EditServer', 'EnableCaustics',
            'EnableDeformations', 'EnableIK', 'EnableLensFlares', 'EnableRadiosity', 'EnableServer',
            'EnableShadowMaps', 'EnableVIPER', 'EnableVolumetricLights', 'EnableXH',
            'EnableYP', 'EnableZB', 'EnahancedAA', 'ExcludeLight', 'ExcludeObject',
            'EyeSeparation',
            'FasterBones', 'FirstFrame', 'FirstItem', 'FitAll', 'FitSelected',
            'FlareIntensity', 'FlareOptions', 'FocalDistance', 'FogColor', 'FogMaxAmount',
            'FogMaxDistance', 'FogMinAmount', 'FogMinDistance', 'FogType', 'FractionalFrames',
            'FrameSize', 'FramesPerSecond', 'FrameStep', 'FreePreview', 'FrontView', 'FullTimeIK',
            'GeneralOptions', 'Generics', 'GlobalApertureHeight', 'GlobalBlurLength',
            'GlobalFrameSize', 'GlobalIllumination', 'GlobalMaskPosition', 'GlobalMotionBlur',
            'GlobalParticleBlur', 'GlobalPixelAspect', 'GlobalResolutionMulitplier', 'GoalItem',
            'GoalStrength', 'GoToFrame', 'GradientBackdrop', 'GraphEditor', 'GridSize', 'GroundColor',
            'HController', 'HideToolbar', 'HideWindows', 'HLimits', 'HStiffness',
            'ImageEditor', 'ImageProcessing', 'IncludeLight', 'IncludeObject', 'IncreaseGrid',
            'IndirectBounces', 'Item_SetWindowPos', 'ItemActive', 'ItemColor', 'ItemLock',
            'ItemProperties', 'ItemVisibilty',
            'KeepGoalWithinReach',
            'LastFrame', 'LastItem', 'LastPluginInterface', 'Layout_SetWindowPos',
            'Layout_SetWindowSize', 'LeftView', 'LensFlare', 'LensFStop', 'LightColor',
            'LightConeAngle', 'LightEdgeAngle', 'LightFalloffType', 'LightIntensity',
            'LightIntensityTool', 'LightQuality', 'LightRange', 'LightView', 'LimitB',
            'LimitDynamicRange', 'LimitedRegion', 'LimitH', 'LimitP', 'LinearLight',
            'LoadAudio', 'LoadFromScene', 'LoadMotion', 'LoadObject', 'LoadObjectLayer',
            'LoadPreview', 'LoadScene', 'LocalCoordinateSystem',
            'MakePreview', 'MaskColor', 'MaskPosition', 'MasterPlugins', 'MatchGoalOrientation',
            'MatteColor', 'MatteObject', 'MetaballResolution', 'Model', 'MorphAmount',
            'MorphAmountTool', 'MorphMTSE', 'MorphSurfaces', 'MorphTarget', 'MotionBlur',
            'MotionBlurDOFPreview', 'MotionOptions', 'MovePathTool', 'MovePivotTool', 'MoveTool',
            'NadirColor', 'NetRender', 'NextFrame', 'NextItem', 'NextKey', 'NextSibling',
            'NextViewLayout', 'NoiseReduction', 'Numeric',
            'ObjectDissolve',
            'ParentCoordinateSystem', 'ParentInPlace', 'ParentItem',
            'ParticleBlur', 'PathAlignLookAhead', 'PathAlignMaxLookSteps', 'PathAlignReliableDist',
            'Pause', 'PController', 'PerspectiveView',
            'PivotPosition', 'PivotRotation', 'PixelAspect', 'PlayAudio', 'PlayBackward',
            'PlayForward', 'PlayPreview', 'PLimits', 'PointLight', 'PolygonEdgeColor',
            'PolygonEdgeFlags', 'PolygonEdgeThickness', 'PolygonEdgeZScale', 'PolygonSize',
            'Position', 'Presets', 'PreviewFirstFrame', 'PreviewFrameStep', 'PreviewLastFrame',
            'PreviewOptions', 'PreviousFrame', 'PreviousItem', 'PreviousKey', 'PreviousSibling',
            'PreviousViewLayout', 'PStiffness',
            'Quit',
            'RadiosityIntensity', 'RadiosityTolerance', 'RadiosityType', 'RayRecursionLimit',
            'RayTraceReflection', 'RayTraceShadows',
            'RayTraceTransparency', 'ReceiveShadow', 'RecentContentDirs', 'RecentScenes',
            'ReconstructionFilter', 'RecordMaxAngles', 'RecordMinAngles', 'RecordPivotRotation',
            'RecordRestPosition', 'Redraw', 'RedrawNow', 'Refresh', 'RefreshNow', 'RegionPosition',
            'RemoveEnvelope', 'RemoveFromSelection', 'RemoveServer', 'Rename', 'RenderFrame',
            'RenderOptions', 'RenderScene', 'RenderSelected', 'RenderThreads',
            'ReplaceObjectLayer', 'ReplaceWithNull', 'ReplaceWithObject', 'Reset',
            'ResolutionMultiplier', 'RestLengthTool', 'RightView', 'RotatePivotTool',
            'RotateTool', 'Rotation',
            'SaveAllObjects', 'SaveCommandList', 'SaveCommandMessages',
            'SaveEndomorph', 'SaveLight', 'SaveLWSC1', 'SaveMotion', 'SaveObject', 'SaveObjectCopy',
            'SavePreview', 'SaveScene', 'SaveSceneAs', 'SaveSceneCopy', 'SaveTransformed',
            'SaveViewLayout', 'Scale', 'Scene_SetWindowPos', 'Scene_SetWindowSize',
            'SceneEditor', 'SchematicPosition', 'SchematicView', 'SelectAllBones',
            'SelectAllCameras', 'SelectAllLights', 'SelectAllObjects', 'SelectByName',
            'SelectChild', 'SelectItem', 'SelectParent', 'SelfShadow', 'ShadowColor',
            'ShadowExclusion', 'ShadowMapAngle', 'ShadowMapFitCone', 'ShadowMapFuzziness',
            'ShadowMapSize', 'ShadowType', 'ShowCages', 'ShowFieldChart', 'ShowHandles',
            'ShowIKChains', 'ShowMotionPaths', 'ShowSafeAreas', 'ShowTargetLines',
            'ShrinkEdgesWithDistance', 'SingleView', 'SizeTool', 'SkelegonsToBones', 'SkyColor',
            'Spotlight', 'SquashTool', 'Statistics', 'StatusMsg', 'Stereoscopic', 'StretchTool',
            'SubdivisionOrder', 'SubPatchLevel', 'SurfaceEditor', 'Synchronize',
            'TargetItem', 'TopView',
            'UnaffectedByFog', 'UnaffectedByIK', 'Undo', 'UnseenByAlphaChannel', 'UnseenByCamera',
            'UnseenByRays', 'UseGlobalResolution', 'UseGlobalBlur', 'UseGlobalMask',
            'UseMorphedPositions',
            'ViewLayout', 'VIPER', 'VolumetricLighting',
            'VolumetricLightingOptions', 'VolumetricRadiosity', 'Volumetrics',
            'WorldCoordinateSystem',
            'XYView', 'XZView',
            'ZenithColor', 'ZoomFactor', 'ZoomIn', 'ZoomInX2', 'ZoomOut', 'ZoomOutX2', 'ZYView',
            'Camera', 'Channel', 'ChannelGroup', 'Envelope', 'File', 'Glyph', 'Icon', 'Image',
            'Light', 'Mesh', 'Scene', 'Surface', 'VMap'
            ),
        ),
    'SYMBOLS' => array(
        '(', ')', '{', '}', '[', ']', '=', '<', '>', '+', '-', '*', '/', '!', '%', '&', '@'
        ),
    'CASE_SENSITIVE' => array(
        GESHI_COMMENTS => true,
        1 => false,
        2 => false,
        3 => false,
        4 => false,
        5 => false,
        6 => false,
        7 => false
        ),
    'STYLES' => array(
        'KEYWORDS' => array(
            1 => 'color: #000000; font-weight: bold;',
            2 => 'color: #FF6820; font-weight: bold;', //LS_COMMANDS
            3 => 'color: #007F7F; font-weight: bold;', //LS_MEMBERS
            4 => 'color: #800080; font-weight: bold;', //LS_METHODS
            5 => 'color: #51BD95; font-weight: bold;', //LS_MODELER
            6 => 'color: #416F85; font-weight: bold;', //LS_GENERAL
            7 => 'color: #C92929; font-weight: bold;'  //LS_COMMANDS (cont)
            ),
        'COMMENTS' => array(
            1 => 'color: #7F7F7F;',
            'MULTI' => 'color: #7F7F7F;'
            ),
        'BRACKETS' => array(
            0 => 'color: #0040A0;'
            ),
        'STRINGS' => array(
            0 => 'color: #00C800;'
            ),
        'NUMBERS' => array(
            0 => 'color: #6953AC;'
            ),
        'METHODS' => array(
            ),
        'SYMBOLS' => array(
            0 => 'color: #0040A0;'
            ),
        'REGEXPS' => array(
            ),
        'SCRIPT' => array(
            ),
        'ESCAPE_CHAR' => array(
            )
        ),
    'URLS' => array(
        1 => '',
        2 => '',
        3 => '',
        4 => '',
        5 => '',
        6 => '',
        7 => ''
        ),
    'OOLANG' => false,
    'OBJECT_SPLITTERS' => array(
        ),
    'REGEXPS' => array(
        ),
    'STRICT_MODE_APPLIES' => GESHI_NEVER,
    'SCRIPT_DELIMITERS' => array(
        ),
    'HIGHLIGHT_STRICT_BLOCK' => array(
        ),
    'TAB_WIDTH' => 4,
    'PARSER_CONTROL' => array(
        'KEYWORDS' => array(
            3 => array(
                'DISALLOWED_BEFORE' => '(?<=\.)'
                ),
            4 => array(
                'DISALLOWED_BEFORE' => '(?<=\.)'
                )
            )
        )
);