3$BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
5require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
21$this->colours = array(
"blue",
"purple",
"gray",
"brown");
22$this->quotecolour =
"blue";
23$this->blockcommentcolour =
"green";
24$this->linecommentcolour =
"green";
28$this->indent = array(
"{");
29$this->unindent = array(
"}");
33$this->stringchars = array(
"\"",
"'");
34$this->delimiters = array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
39$this->linecommenton = array(
"//");
40$this->blockcommenton = array(
"/*");
41$this->blockcommentoff = array(
"*/");
45$this->keywords = array(
159$this->linkscripts = array(