44 'LANG_NAME' =>
'Phix',
45 'COMMENT_SINGLE' => array(1 =>
'--'),
46 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
47 'COMMENT_REGEXP' => array(2 =>
'/\/\*(?:(?R)|.)+?\*\//s'),
49 'QUOTEMARKS' => array(
"'",
'"',
'"""',
'`'),
50 'ESCAPE_CHAR' =>
'\\',
57 'else',
'elsif',
'end',
'enum',
'exit',
58 'for',
'forward',
'function',
67 'while',
'with',
'without',
74 'fallthrough',
'format',
78 'profile',
'profile_time',
79 'trace',
'type_check',
160 'display_text_image',
193 'get_thread_exitcode',
280 'set_system_doevents',
281 'set_timedate_formats',
382 '(',
')',
'{',
'}',
'[',
']' 385 '+',
'-',
'*',
'/',
'=',
'&',
'^',
'?',
',',
':' 388 'CASE_SENSITIVE' => array(
396 1 =>
'color: #008080;',
397 2 =>
'color: #008080;',
398 3 =>
'color: #004080;' 401 1 =>
'color: #000080; font-style: italic;',
402 2 =>
'color: #000080; font-style: italic;',
403 'MULTI' =>
'color: #000080; font-style: italic;' 405 'ESCAPE_CHAR' => array(
406 0 =>
'color: #009900; font-weight: bold;' 409 0 =>
'color: #0000FF;' 412 0 =>
'color: #008000;' 415 0 =>
'color: #000000;' 421 0 =>
'color: #0000FF;',
422 1 =>
'color: #0000FF;' 424 'REGEXPS' => array(),
428 'REGEXPS' => array(),
435 'OBJECT_SPLITTERS' => array(),
437 'SCRIPT_DELIMITERS' => array(),
438 '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.