45 'LANG_NAME' =>
'OpenOffice.org Basic',
46 'COMMENT_SINGLE' => array(1 =>
"'"),
47 'COMMENT_MULTI' => array(),
49 'COMMENT_REGEXP' => array(2 =>
'/\bREM.*?$/i'),
51 'QUOTEMARKS' => array(
'"'),
55 'dim',
'private',
'public',
'global',
'as',
'if',
'redim',
'true',
'set',
'byval',
56 'false',
'bool',
'double',
'integer',
'long',
'object',
'single',
'variant',
57 'msgbox',
'print',
'inputbox',
'green',
'blue',
'red',
'qbcolor',
58 'rgb',
'open',
'close',
'reset',
'freefile',
'get',
'input',
'line',
59 'put',
'write',
'loc',
'seek',
'eof',
'lof',
'chdir',
'chdrive',
60 'curdir',
'dir',
'fileattr',
'filecopy',
'filedatetime',
'fileexists',
61 'filelen',
'getattr',
'kill',
'mkdir',
'name',
'rmdir',
'setattr',
62 'dateserial',
'datevalue',
'day',
'month',
'weekday',
'year',
'cdatetoiso',
63 'cdatefromiso',
'hour',
'minute',
'second',
'timeserial',
'timevalue',
64 'date',
'now',
'time',
'timer',
'erl',
'err',
'error',
'on',
'goto',
'resume',
65 'and',
'eqv',
'imp',
'not',
'or',
'xor',
'mod',
'atn',
'cos',
'sin',
'tan',
'log',
66 'exp',
'rnd',
'randomize',
'sqr',
'fix',
'int',
'abs',
'sgn',
'hex',
'oct',
67 'it',
'then',
'else',
'select',
'case',
'iif',
'do',
'loop',
'for',
'next',
'to',
68 'while',
'wend',
'gosub',
'return',
'call',
'choose',
'declare',
69 'end',
'exit',
'freelibrary',
'function',
'rem',
'stop',
'sub',
'switch',
'with',
70 'cbool',
'cdate',
'cdbl',
'cint',
'clng',
'const',
'csng',
'cstr',
'defbool',
71 'defdate',
'defdbl',
'defint',
'deflng',
'asc',
'chr',
'str',
'val',
'cbyte',
72 'space',
'string',
'format',
'lcase',
'left',
'lset',
'ltrim',
'mid',
'right',
73 'rset',
'rtrim',
'trim',
'ucase',
'split',
'join',
'converttourl',
'convertfromurl',
74 'instr',
'len',
'strcomp',
'beep',
'shell',
'wait',
'getsystemticks',
'environ',
75 'getsolarversion',
'getguitype',
'twipsperpixelx',
'twipsperpixely',
76 'createunostruct',
'createunoservice',
'getprocessservicemanager',
77 'createunodialog',
'createunolistener',
'createunovalue',
'thiscomponent',
84 'CASE_SENSITIVE' => array(
90 1 =>
'color: #b1b100;' 93 1 =>
'color: #808080;',
94 2 =>
'color: #808080;' 97 0 =>
'color: #66cc66;' 100 0 =>
'color: #ff0000;' 103 0 =>
'color: #cc66cc;' 106 1 =>
'color: #006600;' 109 0 =>
'color: #66cc66;' 111 'ESCAPE_CHAR' => array(
112 0 =>
'color: #000099;' 123 'OBJECT_SPLITTERS' => array(
129 'SCRIPT_DELIMITERS' => array(
131 'HIGHLIGHT_STRICT_BLOCK' => array(
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.