49 'COMMENT_SINGLE' => array(1 =>
"'", 2 =>
'//'),
50 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
52 'QUOTEMARKS' => array(
'"'),
56 'include',
'file',
'Const',
'Dim',
'Option',
'Explicit',
'Implicit',
'Set',
'Select',
'ReDim',
'Preserve',
57 'ByVal',
'ByRef',
'End',
'Private',
'Public',
'If',
'Then',
'Else',
'ElseIf',
'Case',
'With',
'NOT',
58 'While',
'Wend',
'For',
'Loop',
'Do',
'Request',
'Response',
'Server',
'ADODB',
'Session',
'Application',
59 'Each',
'In',
'Get',
'Next',
'INT',
'CINT',
'CBOOL',
'CDATE',
'CBYTE',
'CCUR',
'CDBL',
'CLNG',
'CSNG',
60 'CSTR',
'Fix',
'Is',
'Sgn',
'String',
'Boolean',
'Currency',
'Me',
'Single',
'Long',
'Integer',
'Byte',
61 'Variant',
'Double',
'To',
'Let',
'Xor',
'Resume',
'On',
'Error',
'Imp',
'GoTo',
'Call',
'Global' 64 'Null',
'Nothing',
'And',
66 'True',
'var',
'Or',
'BOF',
'EOF',
'xor',
67 'Function',
'Class',
'New',
'Sub' 70 'CreateObject',
'Write',
'Redirect',
'Cookies',
'BinaryRead',
'ClientCertificate',
'Form',
'QueryString',
71 'ServerVariables',
'TotalBytes',
'AddHeader',
'AppendToLog',
'BinaryWrite',
'Buffer',
'CacheControl',
72 'Charset',
'Clear',
'ContentType',
'End()',
'Expires',
'ExpiresAbsolute',
'Flush()',
'IsClientConnected',
73 'PICS',
'Status',
'Connection',
'Recordset',
'Execute',
'Abandon',
'Lock',
'UnLock',
'Command',
'Fields',
74 'Properties',
'Property',
'Send',
'Replace',
'InStr',
'TRIM',
'NOW',
'Day',
'Month',
'Hour',
'Minute',
'Second',
75 'Year',
'MonthName',
'LCase',
'UCase',
'Abs',
'Array',
'As',
'LEN',
'MoveFirst',
'MoveLast',
'MovePrevious',
76 'MoveNext',
'LBound',
'UBound',
'Transfer',
'Open',
'Close',
'MapPath',
'FileExists',
'OpenTextFile',
'ReadAll' 84 '(',
')',
'[',
']',
'!',
'@',
'%',
'&',
'*',
'|',
'/',
'<',
'>',
87 'CASE_SENSITIVE' => array(
95 1 =>
'color: #990099; font-weight: bold;',
96 2 =>
'color: #0000ff; font-weight: bold;',
97 3 =>
'color: #330066;' 100 1 =>
'color: #008000;',
101 2 =>
'color: #ff6600;',
102 'MULTI' =>
'color: #008000;' 104 'ESCAPE_CHAR' => array(
105 0 =>
'color: #000099; font-weight: bold;' 108 0 =>
'color: #006600; font-weight:bold;' 111 0 =>
'color: #cc0000;' 114 0 =>
'color: #800000;' 117 1 =>
'color: #9900cc;' 120 0 =>
'color: #006600; font-weight: bold;',
121 1 =>
'color: #000000; font-weight: bold;' 138 'OBJECT_SPLITTERS' => array(
144 'SCRIPT_DELIMITERS' => array(
149 '<script language="vbscript" runat="server">' =>
'</script>' 152 '<script language="javascript" runat="server">' =>
'</script>' 154 3 =>
"/(?P<start><%=?)(?:\"[^\"]*?\"|\/\*(?!\*\/).*?\*\/|.)*?(?P<end>%>|\Z)/sm" 156 'HIGHLIGHT_STRICT_BLOCK' => array(
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_MAYBE
Strict mode might apply, and can be enabled or disabled by GeSHi->enable_strict_mode().
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.