2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray",
"brown",
"blue");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array();
32 $this->unindent =
array();
36 $this->stringchars =
array();
37 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
42 $this->linecommenton =
array(
"#");
43 $this->blockcommenton =
array(
"");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
103 "zone-begin:" =>
"3",
108 "multiRowOrderBy" =>
"4",
109 "multiRowCol" =>
"4",
110 "multiRowFormat" =>
"4",
114 "signed-integer" =>
"4",
118 "unsigned-integer" =>
"4",
122 "_implied_size" =>
"5",
130 "def-charset" =>
"5",
131 "disk_free_interval" =>
"5",
134 "format-filter" =>
"5",
135 "globalstyle" =>
"5",
140 "housekeeping_interval" =>
"5",
143 "instance_ceiling" =>
"5",
144 "instance_floor" =>
"5",
145 "lock_retry_count" =>
"5",
146 "maintenance_interval" =>
"5",
148 "max_new_docs" =>
"5",
149 "max_new_work" =>
"5",
150 "max-records" =>
"5",
151 "merge_fully" =>
"5",
152 "merge_parts" =>
"5",
155 "ngram_index" =>
"5",
156 "num-records" =>
"5",
160 "partition_max_size" =>
"5",
164 "spanning_index" =>
"5",
176 $this->linkscripts =
array(
Create styles array
The data for the language used.