2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple");
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(
55 "</animation>" =>
"1",
73 "<root-layout" =>
"1",
83 "<textstream>" =>
"1",
84 "</textstream>" =>
"1",
94 "background-color=" =>
"2",
112 "pics-label=" =>
"2",
113 "PICS-label=" =>
"2",
117 "skip-content=" =>
"2",
119 "system-bitrate=" =>
"2",
120 "system-captions=" =>
"2",
121 "system-language=" =>
"2",
122 "system-overdub-or-caption=" =>
"2",
123 "system-required=" =>
"2",
124 "system-screen-size=" =>
"2",
125 "system-screen-depth=" =>
"2",
138 $this->linkscripts =
array(
Create styles array
The data for the language used.