00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041 $language_data = array (
00042 'LANG_NAME' => 'Visual Basic',
00043 'COMMENT_SINGLE' => array(1 => "'"),
00044 'COMMENT_MULTI' => array(),
00045 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00046 'QUOTEMARKS' => array('"'),
00047 'ESCAPE_CHAR' => '',
00048 'KEYWORDS' => array(
00049 1 => array(
00050 'as', 'err', 'boolean', 'and', 'or', 'recordset', 'unload', 'to',
00051 'integer','long','single','new','database','nothing','set','close',
00052 'open','print','split','line','field','querydef','instrrev',
00053 'abs','array','asc','ascb','ascw','atn','avg','me',
00054 'cbool','cbyte','ccur','cdate','cdbl','cdec','choose','chr','chrb','chrw','cint','clng',
00055 'command','cos','count','createobject','csng','cstr','curdir','cvar','cvdate','cverr',
00056 'date','dateadd','datediff','datepart','dateserial','datevalue','day','ddb','dir','doevents',
00057 'environ','eof','error','exp',
00058 'fileattr','filedatetime','filelen','fix','format','freefile','fv',
00059 'getallstrings','getattr','getautoserversettings','getobject','getsetting',
00060 'hex','hour','iif','imestatus','input','inputb','inputbox','instr','instb','int','ipmt',
00061 'isarray','isdate','isempty','iserror','ismissing','isnull','isnumeric','isobject',
00062 'lbound','lcase','left','leftb','len','lenb','loadpicture','loc','lof','log','ltrim',
00063 'max','mid','midb','min','minute','mirr','month','msgbox',
00064 'now','nper','npv','oct','partition','pmt','ppmt','pv','qbcolor',
00065 'rate','rgb','right','rightb','rnd','rtrim',
00066 'second','seek','sgn','shell','sin','sln','space','spc','sqr','stdev','stdevp','str',
00067 'strcomp','strconv','string','switch','sum','syd',
00068 'tab','tan','time','timer','timeserial','timevalue','trim','typename',
00069 'ubound','ucase','val','var','varp','vartype','weekday','year',
00070 'appactivate','base','beep','call','case','chdir','chdrive','const',
00071 'declare','defbool','defbyte','defcur','defdate','defdbl','defdec','defint',
00072 'deflng','defobj','defsng','defstr','deftype','defvar','deletesetting','dim','do',
00073 'else','elseif','end','enum','erase','event','exit','explicit',
00074 'false','filecopy','for','foreach','friend','function','get','gosub','goto',
00075 'if','implements','kill','let','lineinput','lock','loop','lset','mkdir','name','next','not',
00076 'onerror','on','option','private','property','public','put','raiseevent','randomize',
00077 'redim','rem','reset','resume','return','rmdir','rset',
00078 'savepicture','savesetting','sendkeys','setattr','static','sub',
00079 'then','true','type','unlock','wend','while','width','with','write',
00080 'vbabort','vbabortretryignore','vbapplicationmodal','vbarray',
00081 'vbbinarycompare','vbblack','vbblue','vbboolean','vbbyte','vbcancel',
00082 'vbcr','vbcritical','vbcrlf','vbcurrency','vbcyan','vbdataobject',
00083 'vbdate','vbdecimal','vbdefaultbutton1','vbdefaultbutton2',
00084 'vbdefaultbutton3','vbdefaultbutton4','vbdouble','vbempty',
00085 'vberror','vbexclamation','vbfirstfourdays','vbfirstfullweek',
00086 'vbfirstjan1','vbformfeed','vbfriday','vbgeneraldate','vbgreen',
00087 'vbignore','vbinformation','vbinteger','vblf','vblong','vblongdate',
00088 'vblongtime','vbmagenta','vbmonday','vbnewline','vbno','vbnull',
00089 'vbnullchar','vbnullstring','vbobject','vbobjecterror','vbok','vbokcancel',
00090 'vbokonly','vbquestion','vbred','vbretry','vbretrycancel','vbsaturday',
00091 'vbshortdate','vbshorttime','vbsingle','vbstring','vbsunday',
00092 'vbsystemmodal','vbtab','vbtextcompare','vbthursday','vbtuesday',
00093 'vbusesystem','vbusesystemdayofweek','vbvariant','vbverticaltab',
00094 'vbwednesday','vbwhite','vbyellow','vbyes','vbyesno','vbyesnocancel',
00095 'vbnormal','vbdirectory'
00096 )
00097 ),
00098 'SYMBOLS' => array(
00099 '(', ')'
00100 ),
00101 'CASE_SENSITIVE' => array(
00102 GESHI_COMMENTS => false,
00103 1 => false
00104 ),
00105 'STYLES' => array(
00106 'KEYWORDS' => array(
00107 1 => 'color: #b1b100;'
00108 ),
00109 'COMMENTS' => array(
00110 1 => 'color: #808080;'
00111 ),
00112 'BRACKETS' => array(
00113 0 => 'color: #66cc66;'
00114 ),
00115 'STRINGS' => array(
00116 0 => 'color: #ff0000;'
00117 ),
00118 'NUMBERS' => array(
00119 0 => 'color: #cc66cc;'
00120 ),
00121 'METHODS' => array(
00122 1 => 'color: #66cc66;'
00123 ),
00124 'SYMBOLS' => array(
00125 0 => 'color: #66cc66;'
00126 ),
00127 'ESCAPE_CHAR' => array(
00128 0 => 'color: #000099;'
00129 ),
00130 'SCRIPT' => array(
00131 ),
00132 'REGEXPS' => array(
00133 )
00134 ),
00135 'OOLANG' => true,
00136 'OBJECT_SPLITTERS' => array(
00137 1 => '.'
00138 ),
00139 'REGEXPS' => array(
00140 ),
00141 'STRICT_MODE_APPLIES' => GESHI_NEVER,
00142 'SCRIPT_DELIMITERS' => array(
00143 ),
00144 'HIGHLIGHT_STRICT_BLOCK' => array(
00145 )
00146 );
00147
00148 ?>