2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
25 $this->colours =
array(
"blue",
"purple",
"gray");
26 $this->quotecolour =
"blue";
27 $this->blockcommentcolour =
"green";
28 $this->linecommentcolour =
"green";
32 $this->indent =
array();
33 $this->unindent =
array();
37 $this->stringchars =
array(
"\"",
"'");
38 $this->delimiters =
array();
43 $this->linecommenton =
array(
"--");
44 $this->blockcommenton =
array(
"");
45 $this->blockcommentoff =
array(
"");
49 $this->keywords =
array(
135 $this->linkscripts =
array(
Create styles array
The data for the language used.