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