3 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
7 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
12 parent::__construct();
26 $this->colours =
array(
"blue",
"purple",
"gray",
"brown");
27 $this->quotecolour =
"blue";
28 $this->blockcommentcolour =
"green";
29 $this->linecommentcolour =
"green";
33 $this->indent =
array(
"begin",
"repeat",
"asm",
"type");
34 $this->unindent =
array(
"end",
"until");
38 $this->stringchars =
array(
"'");
39 $this->delimiters =
array(
"#",
"$",
"&",
"'",
"(",
")",
"*",
"+",
",",
"-",
".",
"/",
";",
"<",
">",
"@",
"[",
"]",
"^",
"{",
"}",
" ",
" ");
44 $this->linecommenton =
array(
"//");
45 $this->blockcommenton =
array(
"{");
46 $this->blockcommentoff =
array(
"}");
50 $this->keywords =
array(
59 "dispinterface" =>
"1",
67 "finalization" =>
"1",
73 "implementation" =>
"1",
75 "initialization" =>
"1",
91 "resourcestring" =>
"1",
135 "reintroduce" =>
"2",
194 $this->linkscripts =
array(
Create styles array
The data for the language used.