2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"purple",
"gray",
"brown",
"blue");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array();
32 $this->unindent =
array();
36 $this->stringchars =
array();
37 $this->delimiters =
array(
",",
" ",
"(",
")",
"+");
42 $this->linecommenton =
array(
"!");
43 $this->blockcommenton =
array(
"/COM");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
1270 "LNCOLLAPSE" =>
"1",
1476 "MSHPATTERN" =>
"1",
1678 "OPNCONTROL" =>
"1",
2036 "RESCONTROL" =>
"1",
2270 "SOLCONTROL" =>
"1",
3741 "NOITERPREDICT" =>
"4",
3827 "POSTSCRIPT" =>
"4",
3884 "RECIPROCAL" =>
"4",
4274 $this->linkscripts =
array(
4280 "5" =>
"donothing");
Create styles array
The data for the language used.