42 'LANG_NAME' =>
'Formula One',
43 'COMMENT_SINGLE' => array(1 =>
'//'),
44 'COMMENT_MULTI' => array(
'{' =>
'}'),
45 'COMMENT_REGEXP' => array(
47 2 =>
"/(\{(?:\{.*\}|[^\{])*\})/m" 50 'QUOTEMARKS' => array(
"'",
'"'),
52 'ESCAPE_REGEXP' => array(
54 1 =>
"#\\\\[\\\\nrt\'\"?\n]#i",
56 2 =>
"#\\\\u[\da-fA-F]{4}#",
67 'pred',
'proc',
'subr',
'else',
'elsif',
'iff',
'if',
'then',
'false',
'true',
68 'case',
'of',
'use',
'local',
'mod',
'end',
'list',
'file',
'all',
'one',
'max',
'min',
'rel',
69 'external',
'Nil',
'_stdcall',
'_cdecl',
'_addressof',
'_pred',
'_file',
'_line' 72 'Ascii',
'Bin',
'I',
'L',
'P',
'R',
'S',
'U' 75 'Append',
'in',
'Dupl',
'Len',
'Print',
'_AllDifferent',
'_AllAscending',
76 '_AllDescending',
'_Ascending',
'_Descending' 80 0 => array(
'(',
')',
'[',
']'),
81 1 => array(
'<',
'>',
'='),
82 2 => array(
'+',
'-',
'*',
'/'),
86 'CASE_SENSITIVE' => array(
94 1 =>
'color: #0000ff;',
95 2 =>
'color: #000080;',
96 3 =>
'color: #000080;',
99 0 =>
'color: #000000;' 102 1 =>
'color: #008000; font-style: italic;',
103 2 =>
'color: #008000; font-style: italic;',
104 'MULTI' =>
'color: #008000; font-style: italic;' 106 'ESCAPE_CHAR' => array(
107 0 =>
'color: #000099; font-weight: bold;',
108 1 =>
'color: #000099; font-weight: bold;',
109 2 =>
'color: #009999; font-weight: bold;',
112 0 =>
'color: #ff0000;' 115 0 =>
'color: #800000;' 118 1 =>
'color: #202020;' 121 0 =>
'color: #000000;',
122 1 =>
'color: #000000;',
123 2 =>
'color: #000000;',
124 3 =>
'color: #000000;',
125 4 =>
'color: #000000;' 135 3 =>
'http://www.f1compiler.com/f1helponline/f1_runtime_library.html#{FNAME}' 138 'OBJECT_SPLITTERS' => array(
144 'SCRIPT_DELIMITERS' => array(
146 'HIGHLIGHT_STRICT_BLOCK' => array(
const GESHI_NUMBER_INT_CSTYLE
Enhanced number format for integers like seen in C.
const GESHI_NUMBER_FLT_SCI_ZERO
Number format to highlight floating-point numbers with support for scientific notation (E) and requir...
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NUMBER_HEX_PREFIX
Number format to highlight hex numbers with a prefix 0x.
const GESHI_NUMBER_BIN_PREFIX_0B
Number format to highlight binary numbers with a prefix 0b (C)
const GESHI_NUMBER_OCT_PREFIX_0O
Number format to highlight octal numbers with a prefix 0o (logtalk)
const GESHI_NUMBER_FLT_NONSCI
Number format to highlight floating-point numbers without support for scientific notation.
const GESHI_NUMBER_FLT_SCI_SHORT
Number format to highlight floating-point numbers with support for scientific notation (E) and option...
const GESHI_NEVER
#+ private
const GESHI_NUMBER_INT_BASIC
Basic number format for integers.
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.