48 'LANG_NAME' =>
'Liberty BASIC',
49 'COMMENT_SINGLE' => array(1 =>
'\''),
50 'COMMENT_MULTI' => array(),
52 'QUOTEMARKS' => array(
'"'),
56 'and',
'append',
'as',
'beep',
'bmpbutton',
'bmpsave',
'boolean',
57 'button',
'byref',
'call',
'callback',
'calldll',
'callfn',
'case',
58 'checkbox',
'close',
'cls',
'colordialog',
'combobox',
'confirm',
59 'cursor',
'data',
'dialog',
'dim',
'dll',
'do',
'double',
'dump',
60 'dword',
'else',
'end',
'error',
'exit',
'field',
'filedialog',
61 'files',
'fontdialog',
'for',
'function',
'get',
'gettrim',
62 'global',
'gosub',
'goto',
'graphicbox',
'graphics',
'groupbox',
63 'if',
'input',
'kill',
'let',
'line',
'listbox',
'loadbmp',
64 'locate',
'long',
'loop',
'lprint',
'mainwin',
'maphandle',
'menu',
65 'mod',
'name',
'next',
'nomainwin',
'none',
'notice',
'on',
66 'oncomerror',
'or',
'open',
'out',
'output',
'password',
'playmidi',
67 'playwave',
'popupmenu',
'print',
'printerdialog',
'prompt',
'ptr',
68 'put',
'radiobutton',
'random',
'randomize',
'read',
'readjoystick',
69 'redim',
'rem',
'restore',
'resume',
'return',
'run',
'scan',
70 'seek',
'select',
'short',
'sort',
'statictext',
'stop',
'stopmidi',
71 'struct',
'stylebits',
'sub',
'text',
'textbox',
'texteditor',
72 'then',
'timer',
'titlebar',
'to',
'trace',
'ulong',
'unloadbmp',
73 'until',
'ushort',
'void',
'wait',
'window',
'wend',
'while',
77 'abs',
'acs',
'asc',
'asn',
'atn',
'chr$',
'cos',
'date$',
78 'dechex$',
'eof',
'eval',
'eval$',
'exp',
'hbmp',
'hexdec',
'hwnd',
79 'inp',
'input$',
'inputto$',
'instr',
'int',
'left$',
'len',
'lof',
80 'log',
'lower$',
'max',
'midipos',
'mid$',
'min',
'mkdir',
'not',
81 'right$',
'rmdir',
'rnd',
'sin',
'space$',
'sqr',
'str$',
'tab',
82 'tan',
'time$',
'trim$',
'txcount',
'upper$',
'using',
'val',
86 'BackgroundColor$',
'Com',
'ComboboxColor$',
'ComError',
'ComErrorNumber',
87 'CommandLine$',
'ComPortNumber',
'DefaultDir$',
88 'DisplayHeight',
'DisplayWidth',
'Drives$',
'Err',
'Err$',
89 'ForegroundColor$',
'Inkey$',
'Joy1x',
'Joy1y',
'Joy1z',
90 'Joy1button1',
'Joy1button2',
'Joy2x',
'Joy2y',
'Joy2z',
91 'Joy2button1',
'Joy2button2',
'ListboxColor$',
'MouseX',
'MouseY',
'Platform$',
92 'PrintCollate',
'PrintCopies',
'PrinterFont$',
'PrinterName$',
'StartupDir$',
93 'TextboxColor$',
'TexteditorColor$',
'Version$',
'WindowHeight',
94 'WindowWidth',
'UpperLeftX',
'UpperLeftY' 99 '(',
')',
'[',
']',
'+',
'-',
'*',
'/',
'%',
'=',
'<',
'>',
':',
',',
'#' 102 'CASE_SENSITIVE' => array(
110 1 =>
'color: #0000FF;',
111 2 =>
'color: #AD0080;',
112 3 =>
'color: #008080;' 115 1 =>
'color: #666666; font-style: italic;',
116 'MULTI' =>
'color: #666666; font-style: italic;' 118 'ESCAPE_CHAR' => array(
119 0 =>
'color: #000099; font-weight: bold;' 122 0 =>
'color: #009900;' 125 0 =>
'color: #008000;' 128 0 =>
'color: #FF0000;',
131 0 =>
'color: #004000;' 134 1 =>
'color: #339933;' 136 'REGEXPS' => array(),
145 'OBJECT_SPLITTERS' => array(),
146 'REGEXPS' => array(),
148 'SCRIPT_DELIMITERS' => array(),
149 'HIGHLIGHT_STRICT_BLOCK' => array(),
150 'PARSER_CONTROL' => array(
156 'DISALLOWED_AFTER' =>
'(?=\s*\()' const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.