2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray",
"blue");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array(
")",
"params");
32 $this->unindent =
array(
"else",
"end",
"endif",
"endparams",
"endwhile");
36 $this->stringchars =
array(
"\"");
37 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
42 $this->linecommenton =
array(
";");
43 $this->blockcommenton =
array(
"");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
68 "curocc_video" =>
"1",
71 "delete_instance" =>
"1",
86 "field_syntax" =>
"1",
95 "getlistitems" =>
"1",
105 "new_instance" =>
"1",
114 "postmessage" =>
"1",
118 "print_break" =>
"1",
121 "putlistitems" =>
"1",
136 "sendmessage" =>
"1",
138 "setformfocus" =>
"1",
200 ":descending" =>
"2",
207 "$componentname" =>
"3",
208 "$componenttype" =>
"3",
217 "$detachedinstances" =>
"3",
224 "$fieldcheck" =>
"3",
225 "$fieldendmod" =>
"3",
229 "$fieldprofile" =>
"3",
230 "$fieldproperties" =>
"3",
231 "$fieldvalrep" =>
"3",
238 "$formmodality" =>
"3",
241 "$framedepth" =>
"3",
245 "$instancechildren" =>
"3",
246 "$instancedb" =>
"3",
247 "$instancedbmod" =>
"3",
248 "$instancemod" =>
"3",
249 "$instancename" =>
"3",
250 "$instanceparent" =>
"3",
270 "$paintedocc" =>
"3",
275 "$properties" =>
"3",
325 $this->linkscripts =
array(
Create styles array
The data for the language used.