3 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
7 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
26 $this->colours =
array(
"blue",
"purple",
"gray",
"brown",
"blue");
27 $this->quotecolour =
"blue";
28 $this->blockcommentcolour =
"green";
29 $this->linecommentcolour =
"green";
33 $this->indent =
array(
"begin",
"type");
34 $this->unindent =
array(
"end");
38 $this->stringchars =
array(
"\"",
"'");
39 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
44 $this->linecommenton =
array(
"//");
45 $this->blockcommenton =
array(
"{");
46 $this->blockcommentoff =
array(
"}");
50 $this->keywords =
array(
78 "implementation" =>
"2",
130 $this->linkscripts =
array(
Create styles array
The data for the language used.