3 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
5 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
22 $this->colours =
array(
"blue",
"purple",
"gray",
"brown",
"blue");
23 $this->quotecolour =
"blue";
24 $this->blockcommentcolour =
"green";
25 $this->linecommentcolour =
"green";
29 $this->indent =
array(
"begin",
"type");
30 $this->unindent =
array(
"end");
34 $this->stringchars =
array(
"\"",
"'");
35 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
40 $this->linecommenton =
array(
"//");
41 $this->blockcommenton =
array(
"{");
42 $this->blockcommentoff =
array(
"}");
46 $this->keywords =
array(
74 "implementation" =>
"2",
126 $this->linkscripts =
array(
Create styles array
The data for the language used.