2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray",
"brown");
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(
"<!--");
44 $this->blockcommentoff =
array(
"-->");
48 $this->keywords =
array(
62 "<blockquote>" =>
"1",
64 "</blockquote>" =>
"1",
175 "</textarea>" =>
"1",
216 "http-equiv=" =>
"2",
225 "ondblclick=" =>
"2",
227 "onkeypress=" =>
"2",
229 "onmousedown=" =>
"2",
230 "onmousemove=" =>
"2",
231 "onmouseout=" =>
"2",
232 "onmouseover=" =>
"2",
259 "<?phpxml-stylesheet" =>
"4",
273 $this->linkscripts =
array(
Create styles array
The data for the language used.