48 'LANG_NAME' =>
'Visual Basic',
49 'COMMENT_SINGLE' => array(),
50 'COMMENT_MULTI' => array(),
51 'COMMENT_REGEXP' => array(
53 1 =>
'/\'.*(?<! _)$/sUm',
56 'QUOTEMARKS' => array(
'"'),
60 'Binary',
'Boolean',
'Byte',
'Currency',
'Date',
'Decimal',
'Double',
61 'String',
'Enum',
'Integer',
'Long',
'Object',
'Single',
'Variant' 64 'CreateObject',
'GetObject',
'New',
'Option',
'Function',
65 'Call',
'Private',
'Public',
'Sub',
'Explicit',
'Compare',
'Exit' 68 'And',
'Case',
'Do',
'Each',
'Else',
'ElseIf',
'End',
'For',
'GoSub',
69 'Goto',
'If',
'Is',
'Loop',
'Next',
'Not',
'Or',
'Resume',
'Select',
70 'Step',
'Then',
'To',
'Until',
'While',
'With',
'Xor',
'WithEvents',
71 'DoEvents',
'Close',
'Like',
'In' 74 'As',
'Dim',
'Get',
'Set',
'ReDim',
'Error',
75 'Declare',
'Let',
'ByRef',
'ByVal',
76 'Optional',
'Property',
'Control',
'UBound',
'Mod',
77 'Implements',
'Input',
'LBound',
'Static',
'Stop',
78 'Type',
'TypeOf',
'On',
'Open',
'Output',
'ParamArray',
79 'Preserve',
'Print',
'RaiseEvent',
'Random',
'Line' 82 'Nothing',
'False',
'True',
'Null',
'Empty' 85 'ErrorHandler',
'ExitProc',
'PublishReport' 90 'CASE_SENSITIVE' => array(
101 1 =>
'color: #F660AB; font-weight: bold;',
102 2 =>
'color: #E56717; font-weight: bold;',
103 3 =>
'color: #8D38C9; font-weight: bold;',
104 4 =>
'color: #151B8D; font-weight: bold;',
105 5 =>
'color: #00C2FF; font-weight: bold;',
106 6 =>
'color: #3EA99F; font-weight: bold;' 109 1 =>
'color: #008000;' 114 0 =>
'color: #800000;' 122 'ESCAPE_CHAR' => array(
123 0 =>
'color: #800000; font-weight: bold;' 139 'OBJECT_SPLITTERS' => array(
144 'SCRIPT_DELIMITERS' => array(
146 'HIGHLIGHT_STRICT_BLOCK' => array(
148 'PARSER_CONTROL' => array(
149 'ENABLE_FLAGS' => array(
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.