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(
")");
32 $this->unindent =
array(
"else",
"end",
"endif",
"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(
81 "field_syntax" =>
"1",
90 "getlistitems" =>
"1",
109 "print_break" =>
"1",
112 "putlistitems" =>
"1",
179 ":descending" =>
"2",
199 "$fieldcheck" =>
"3",
200 "$fieldendmod" =>
"3",
203 "$fieldprofile" =>
"3",
204 "$fieldproperties" =>
"3",
205 "$fieldvalrep" =>
"3",
212 "$framedepth" =>
"3",
232 "$properties" =>
"3",
280 $this->linkscripts =
array(
Create styles array
The data for the language used.