| 1 | <?php |
|---|
| 2 | /************************************************************************************* |
|---|
| 3 | * blitzbasic.php |
|---|
| 4 | * -------------- |
|---|
| 5 | * Author: P�aig O`Connel (info@moonsword.info) |
|---|
| 6 | * Copyright: (c) 2005 P�aig O`Connel (http://moonsword.info) |
|---|
| 7 | * Release Version: 1.0.7.9 |
|---|
| 8 | * CVS Revision Version: $Revision: 1.1.1.1 $ |
|---|
| 9 | * Date Started: 16.10.2005 |
|---|
| 10 | * Last Modified: $Date: 2006/04/27 19:54:11 $ |
|---|
| 11 | * |
|---|
| 12 | * BlitzBasic language file for GeSHi. |
|---|
| 13 | * |
|---|
| 14 | * It is a simple Basic dialect. Released for Games and Network Connections. |
|---|
| 15 | * In this Language File are all functions included (2D BB and 3D BB) |
|---|
| 16 | * |
|---|
| 17 | * |
|---|
| 18 | * CHANGES |
|---|
| 19 | * ------- |
|---|
| 20 | * 2005/12/28 (1.0.1) |
|---|
| 21 | * - Remove unnecessary style index for regexps |
|---|
| 22 | * 2005/10/22 (1.0.0) |
|---|
| 23 | * - First Release |
|---|
| 24 | * |
|---|
| 25 | * TODO (updated 2005/10/22) |
|---|
| 26 | * ------------------------- |
|---|
| 27 | * * Sort out the Basic commands for splitting up. |
|---|
| 28 | * * To set up the right colors. |
|---|
| 29 | * (the colors are ok, but not the correct ones) |
|---|
| 30 | * * Split to BlitzBasic 2D and BlitzBasic 3D. |
|---|
| 31 | * |
|---|
| 32 | ************************************************************************************* |
|---|
| 33 | * |
|---|
| 34 | * This file is part of GeSHi. |
|---|
| 35 | * |
|---|
| 36 | * GeSHi is free software; you can redistribute it and/or modify |
|---|
| 37 | * it under the terms of the GNU General Public License as published by |
|---|
| 38 | * the Free Software Foundation; either version 2 of the License, or |
|---|
| 39 | * (at your option) any later version. |
|---|
| 40 | * |
|---|
| 41 | * GeSHi is distributed in the hope that it will be useful, |
|---|
| 42 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 43 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 44 | * GNU General Public License for more details. |
|---|
| 45 | * |
|---|
| 46 | * You should have received a copy of the GNU General Public License |
|---|
| 47 | * along with GeSHi; if not, write to the Free Software |
|---|
| 48 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 49 | * |
|---|
| 50 | ************************************************************************************/ |
|---|
| 51 | |
|---|
| 52 | $language_data = array ( |
|---|
| 53 | 'LANG_NAME' => 'BLITZ BASIC', |
|---|
| 54 | 'COMMENT_SINGLE' => array(1 => ';'), |
|---|
| 55 | 'COMMENT_MULTI' => array(), |
|---|
| 56 | 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, |
|---|
| 57 | 'QUOTEMARKS' => array('"'), |
|---|
| 58 | 'ESCAPE_CHAR' => '', |
|---|
| 59 | 'KEYWORDS' => array( |
|---|
| 60 | 1 => array( |
|---|
| 61 | 'If','EndIf','ElseIf','Else If','Else','While','Wend','Return','Next','Include','End Type','End Select','End If','End Function','End','Select', |
|---|
| 62 | 'Type','Forever','For','Or','And','AppTitle','Case','Goto','Gosub','Step','Stop','Int','Last','False','Then','To','True','Until','Float', |
|---|
| 63 | 'String','Before','Not' |
|---|
| 64 | ), |
|---|
| 65 | 2 => array( |
|---|
| 66 | |
|---|
| 67 | // All Functions - 2D BB and 3D BB |
|---|
| 68 | 'Xor','WriteString','WriteShort','WritePixelFast','WritePixel','WriteLine','WriteInt','WriteFloat','WriteFile','WriteBytes', |
|---|
| 69 | 'WriteByte','Write','WaitTimer','WaitMouse','WaitKey','WaitJoy','VWait','Viewport', |
|---|
| 70 | 'Upper','UpdateGamma','UnlockBuffer','UDPTimeouts','UDPStreamPort','UDPStreamIP','UDPMsgPort','UDPMsgIP', |
|---|
| 71 | 'Trim','TotalVidMem','TileImage','TileBlock','TFormImage','TFormFilter','Text', |
|---|
| 72 | 'TCPTimeouts','TCPStreamPort','TCPStreamIP','Tan','SystemProperty','StringWidth','StringHeight','Str','StopNetGame', |
|---|
| 73 | 'StopChannel','StartNetGame','Sqr','SoundVolume','SoundPitch','SoundPan','Sin','Shr', |
|---|
| 74 | 'ShowPointer','Shl','Sgn','SetGfxDriver','SetGamma','SetFont','SetEnv','SetBuffer','SendUDPMsg','SendNetMsg', |
|---|
| 75 | 'SeekFile','SeedRnd','ScanLine','ScaleImage','SaveImage','SaveBuffer','Sar','RuntimeError','RSet', |
|---|
| 76 | 'RotateImage','RndSeed','Rnd','Right','ResumeChannel','Restore','ResizeImage','ResizeBank','Replace', |
|---|
| 77 | 'Repeat','RecvUDPMsg','RecvNetMsg','RectsOverlap','Rect','ReadString','ReadShort','ReadPixelFast','ReadPixel','ReadLine', |
|---|
| 78 | 'ReadInt','ReadFloat','ReadFile','ReadDir','ReadBytes','ReadByte','ReadAvail','Read','Rand','Print', |
|---|
| 79 | 'PokeShort','PokeInt','PokeFloat','PokeByte','Plot','PlaySound','PlayMusic','PlayCDTrack','Pi','PeekShort', |
|---|
| 80 | 'PeekInt','PeekFloat','PeekByte','PauseChannel','Oval','Origin','OpenTCPStream','OpenMovie','OpenFile', |
|---|
| 81 | 'Null','NextFile','New','NetPlayerName','NetPlayerLocal','NetMsgType','NetMsgTo','NetMsgFrom', |
|---|
| 82 | 'NetMsgData','MovieWidth','MoviePlaying','MovieHeight','MoveMouse','MouseZSpeed','MouseZ','MouseYSpeed','MouseY','MouseXSpeed', |
|---|
| 83 | 'MouseX','MouseHit','MouseDown','Mod','Millisecs','MidHandle','Mid','MaskImage','LSet','Lower', |
|---|
| 84 | 'LoopSound','Log10','Log','LockBuffer','Locate','Local','LoadSound','LoadImage','LoadFont','LoadBuffer', |
|---|
| 85 | 'LoadAnimImage','Line','Len','Left','KeyHit','KeyDown','JoyZDir','JoyZ','JoyYDir', |
|---|
| 86 | 'JoyYaw','JoyY','JoyXDir','JoyX','JoyVDir','JoyV','JoyUDir','JoyU','JoyType','JoyRoll', |
|---|
| 87 | 'JoyPitch','JoyHit','JoyHat','JoyDown','JoinNetGame','Instr','Insert','Input', |
|---|
| 88 | 'ImageYHandle','ImageXHandle','ImageWidth','ImagesOverlap','ImagesCollide','ImageRectOverlap','ImageRectCollide','ImageHeight','ImageBuffer','If', |
|---|
| 89 | 'HostNetGame','HostIP','HidePointer','Hex','HandleImage','GraphicsWidth','GraphicsHeight','GraphicsDepth','GraphicsBuffer','Graphics', |
|---|
| 90 | 'GrabImage','Global','GFXModeWidth','GFXModeHeight','GfxModeExists','GFXModeDepth','GfxDriverName','GetMouse', |
|---|
| 91 | 'GetKey','GetJoy','GetEnv','GetColor','GammaRed','GammaGreen','GammaBlue','Function','FrontBuffer','FreeTimer', |
|---|
| 92 | 'FreeSound','FreeImage','FreeFont','FreeBank','FontWidth','FontHeight','FlushMouse','FlushKeys', |
|---|
| 93 | 'FlushJoy','Floor','Flip','First','FileType','FileSize','FilePos','Field', |
|---|
| 94 | 'Exp','Exit','ExecFile','Eof','EndGraphics','Each','DrawMovie','DrawImageRect','DrawImage','DrawBlockRect','DrawBlock', |
|---|
| 95 | 'DottedIP','Dim','DeleteNetPlayer','DeleteFile','DeleteDir','Delete','Delay','Default','DebugLog','Data', |
|---|
| 96 | 'CurrentTime','CurrentDir','CurrentDate','CreateUDPStream','CreateTimer','CreateTCPServer','CreateNetPlayer','CreateImage','CreateDir','CreateBank', |
|---|
| 97 | 'CountHostIPs','CountGFXModes','CountGfxDrivers','Cos','CopyStream','CopyRect','CopyPixelFast','CopyPixel','CopyImage','CopyFile', |
|---|
| 98 | 'CopyBank','Const','CommandLine','ColorRed','ColorGreen','ColorBlue','Color','ClsColor','Cls','CloseUDPStream', |
|---|
| 99 | 'CloseTCPStream','CloseTCPServer','CloseMovie','CloseFile','CloseDir','Chr','ChannelVolume','ChannelPlaying','ChannelPitch','ChannelPan', |
|---|
| 100 | 'ChangeDir','Ceil','CallDLL','Bin','BankSize','BackBuffer','AvailVidMem','AutoMidHandle', |
|---|
| 101 | 'ATan2','ATan','ASin','Asc','After','ACos','AcceptTCPStream','Abs', |
|---|
| 102 | // 3D Commands |
|---|
| 103 | 'Wireframe','Windowed3D','WBuffer','VertexZ','VertexY', |
|---|
| 104 | 'VertexX','VertexW','VertexV','VertexU','VertexTexCoords','VertexRed','VertexNZ','VertexNY','VertexNX','VertexNormal', |
|---|
| 105 | 'VertexGreen','VertexCoords','VertexColor','VertexBlue','VertexAlpha','VectorYaw','VectorPitch','UpdateWorld','UpdateNormals','TurnEntity', |
|---|
| 106 | 'TrisRendered','TriangleVertex','TranslateEntity','TFormVector','TFormPoint','TFormNormal','TFormedZ','TFormedY','TFormedX','TextureWidth', |
|---|
| 107 | 'TextureName','TextureHeight','TextureFilter','TextureCoords','TextureBuffer','TextureBlend','TerrainZ','TerrainY','TerrainX','TerrainSize', |
|---|
| 108 | 'TerrainShading','TerrainHeight','TerrainDetail','SpriteViewMode','ShowEntity','SetCubeFace','SetAnimTime','SetAnimKey','ScaleTexture','ScaleSprite', |
|---|
| 109 | 'ScaleMesh','ScaleEntity','RotateTexture','RotateSprite','RotateMesh','RotateEntity','ResetEntity','RenderWorld','ProjectedZ','ProjectedY', |
|---|
| 110 | 'ProjectedX','PositionTexture','PositionMesh','PositionEntity','PointEntity','PickedZ','PickedY','PickedX','PickedTriangle','PickedTime', |
|---|
| 111 | 'PickedSurface','PickedNZ','PickedNY','PickedNX','PickedEntity','PaintSurface','PaintMesh','PaintEntity','NameEntity','MoveEntity', |
|---|
| 112 | 'ModifyTerrain','MeshWidth','MeshHeight','MeshesIntersect','MeshDepth','MD2AnimTime','MD2AnimLength','MD2Animating','LoadTexture','LoadTerrain', |
|---|
| 113 | 'LoadSprite','LoadMesh','LoadMD2','LoaderMatrix','LoadBSP','LoadBrush','LoadAnimTexture','LoadAnimSeq','LoadAnimMesh','Load3DSound', |
|---|
| 114 | 'LinePick','LightRange','LightMesh','LightConeAngles','LightColor','HWMultiTex','HideEntity','HandleSprite','Graphics3D','GfxMode3DExists', |
|---|
| 115 | 'GfxMode3D','GfxDriverCaps3D','GfxDriver3D','GetSurfaceBrush','GetSurface','GetParent','GetMatElement','GetEntityType','GetEntityBrush','GetChild', |
|---|
| 116 | 'GetBrushTexture','FreeTexture','FreeEntity','FreeBrush','FlipMesh','FitMesh','FindSurface','FindChild','ExtractAnimSeq','EntityZ', |
|---|
| 117 | 'EntityYaw','EntityY','EntityX','EntityVisible','EntityType','EntityTexture','EntityShininess','EntityRoll','EntityRadius','EntityPitch', |
|---|
| 118 | 'EntityPickMode','EntityPick','EntityParent','EntityOrder','EntityName','EntityInView','EntityFX','EntityDistance','EntityColor','EntityCollided', |
|---|
| 119 | 'EntityBox','EntityBlend','EntityAutoFade','EntityAlpha','EmitSound','Dither','DeltaYaw','DeltaPitch','CreateTexture','CreateTerrain', |
|---|
| 120 | 'CreateSurface','CreateSprite','CreateSphere','CreatePlane','CreatePivot','CreateMirror','CreateMesh','CreateListener','CreateLight','CreateCylinder', |
|---|
| 121 | 'CreateCube','CreateCone','CreateCamera','CreateBrush','CountVertices','CountTriangles','CountSurfaces','CountGfxModes3D','CountCollisions','CountChildren', |
|---|
| 122 | 'CopyMesh','CopyEntity','CollisionZ','CollisionY','CollisionX','CollisionTriangle','CollisionTime','CollisionSurface','Collisions','CollisionNZ', |
|---|
| 123 | 'CollisionNY','CollisionNX','CollisionEntity','ClearWorld','ClearTextureFilters','ClearSurface','ClearCollisions','CaptureWorld','CameraZoom','CameraViewport', |
|---|
| 124 | 'CameraRange','CameraProjMode','CameraProject','CameraPick','CameraFogRange','CameraFogMode','CameraFogColor','CameraClsMode','CameraClsColor','BSPLighting', |
|---|
| 125 | 'BSPAmbientLight','BrushTexture','BrushShininess','BrushFX','BrushColor','BrushBlend','BrushAlpha','AntiAlias','AnimTime','AnimSeq', |
|---|
| 126 | 'AnimLength','Animating','AnimateMD2','Animate','AmbientLight','AlignToVector','AddVertex','AddTriangle','AddMesh','AddAnimSeq', |
|---|
| 127 | ) |
|---|
| 128 | ), |
|---|
| 129 | 'SYMBOLS' => array( |
|---|
| 130 | '(',')' |
|---|
| 131 | ), |
|---|
| 132 | 'CASE_SENSITIVE' => array( |
|---|
| 133 | GESHI_COMMENTS => false, |
|---|
| 134 | 1 => false, |
|---|
| 135 | 2 => false, |
|---|
| 136 | ), |
|---|
| 137 | 'STYLES' => array( |
|---|
| 138 | 'KEYWORDS' => array( |
|---|
| 139 | 1 => 'color: #000066; font-weight: bold;', |
|---|
| 140 | 2 => 'color: #0000ff;' |
|---|
| 141 | ), |
|---|
| 142 | 'COMMENTS' => array( |
|---|
| 143 | 1 => 'color: #D9D100; font-style: italic;', |
|---|
| 144 | ), |
|---|
| 145 | 'ESCAPE_CHAR' => array( |
|---|
| 146 | 0 => 'color: #000099; font-weight: bold;' |
|---|
| 147 | ), |
|---|
| 148 | 'BRACKETS' => array( |
|---|
| 149 | 0 => 'color: #000066;' |
|---|
| 150 | ), |
|---|
| 151 | 'STRINGS' => array( |
|---|
| 152 | 0 => 'color: #009900;' |
|---|
| 153 | ), |
|---|
| 154 | 'NUMBERS' => array( |
|---|
| 155 | 0 => 'color: #CC0000;' |
|---|
| 156 | ), |
|---|
| 157 | 'METHODS' => array( |
|---|
| 158 | 1 => 'color: #006600;' |
|---|
| 159 | ), |
|---|
| 160 | 'SYMBOLS' => array( |
|---|
| 161 | 0 => 'color: #000066;' |
|---|
| 162 | ), |
|---|
| 163 | 'REGEXPS' => array( |
|---|
| 164 | ), |
|---|
| 165 | 'SCRIPT' => array( |
|---|
| 166 | 0 => '', |
|---|
| 167 | 1 => '', |
|---|
| 168 | ) |
|---|
| 169 | ), |
|---|
| 170 | 'URLS' => array( |
|---|
| 171 | 1 => '' |
|---|
| 172 | ), |
|---|
| 173 | 'OOLANG' => false, |
|---|
| 174 | 'OBJECT_SPLITTERS' => array( |
|---|
| 175 | 1 => '\\' |
|---|
| 176 | ), |
|---|
| 177 | 'REGEXPS' => array( |
|---|
| 178 | ), |
|---|
| 179 | 'STRICT_MODE_APPLIES' => GESHI_NEVER, |
|---|
| 180 | 'SCRIPT_DELIMITERS' => array(), |
|---|
| 181 | 'HIGHLIGHT_STRICT_BLOCK' => array( |
|---|
| 182 | 0 => false, |
|---|
| 183 | 1 => false |
|---|
| 184 | ) |
|---|
| 185 | ); |
|---|
| 186 | |
|---|
| 187 | ?> |
|---|