2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
20 $this->colours =
array(
"blue",
"purple",
"gray",
"brown");
21 $this->quotecolour =
"blue";
22 $this->blockcommentcolour =
"green";
23 $this->linecommentcolour =
"green";
27 $this->indent =
array();
28 $this->unindent =
array();
32 $this->stringchars =
array();
33 $this->delimiters =
array(
"~",
"!",
"@",
"$",
"%",
"^",
"&",
"*",
"(",
")",
"+",
"=",
"|",
"\\",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
38 $this->linecommenton =
array(
"//");
39 $this->blockcommenton =
array(
"/*");
40 $this->blockcommentoff =
array(
"*/");
44 $this->keywords =
array(
117 "characterSet" =>
"3",
123 "escapeString" =>
"3",
129 "getCurrentCard" =>
"3",
130 "getFragment" =>
"3",
132 "getParameters" =>
"3",
176 "unescapeString" =>
"3",
199 $this->linkscripts =
array(
Create styles array
The data for the language used.