46 'LANG_NAME' =>
'Euphoria',
47 'COMMENT_SINGLE' => array(1 =>
'--'),
48 'COMMENT_MULTI' => array(),
50 'QUOTEMARKS' => array(
"'",
'"'),
51 'ESCAPE_CHAR' =>
'\\',
54 'and',
'by',
'constant',
'do',
'else',
'elsif',
'end',
'exit',
55 'for',
'function',
'global',
'if',
'include',
'not',
'or',
56 'procedure',
'return',
'then',
'to',
'type',
'while',
'with',
60 'abort',
'and_bits',
'append',
'arctan',
'atom',
'c_func',
'call',
61 'c_proc',
'call_func',
'call_proc',
'clear_screen',
'close',
'compare',
62 'command_line',
'cos',
'date',
'equal',
'find',
'find_from',
'floor',
63 'getc',
'getenv',
'gets',
'get_key',
'get_pixel',
'integer',
'length',
64 'log',
'machine_func',
'machine_proc',
'match',
'match_from',
65 'mem_copy',
'mem_set',
'not_bits',
'object',
'open',
'or_bits',
'peek',
66 'peek4s',
'peek4u',
'pixel',
'platform',
'poke',
'poke4',
'position',
67 'power',
'prepend',
'print',
'printf',
'profile',
'puts',
'rand',
68 'remainder',
'repeat',
'routine_id',
'sequence',
'sin',
'sprintf',
69 'sqrt',
'system',
'system_exec',
'tan',
'task_clock_stop',
70 'task_clock_start',
'task_create',
'task_list',
'task_schedule',
71 'task_self',
'task_status',
'task_suspend',
'task_yield',
'time',
77 '(',
')',
'{',
'}',
'[',
']' 80 '+',
'-',
'*',
'/',
'=',
'&',
'^' 86 'CASE_SENSITIVE' => array(
93 1 =>
'color: #0000ff; font-weight: bold;',
94 2 =>
'color: #cc33ff; font-weight: bold;',
97 1 =>
'color: #ff0000; font-style: italic;',
100 'ESCAPE_CHAR' => array(
101 0 =>
'color: #009900; font-weight: bold;' 104 0 =>
'color: #999900; font-weight: bold;' 107 0 =>
'color: #00cc00;' 110 0 =>
'color: #cc33cc; font-style: italic' 116 0 =>
'color: #999900;',
117 1 =>
'color: #333333;',
118 2 =>
'color: #333333; font-style: bold' 132 'OBJECT_SPLITTERS' => array(),
134 'SCRIPT_DELIMITERS' => array(
136 '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.