2$BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours = array(
"blue",
"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(
"");
44 $this->blockcommentoff = array(
"");
48 $this->keywords = array(
107 "Fake_action" =>
"2",
129 "System_file" =>
"2",
143 "multiexcept" =>
"3",
144 "multiinside" =>
"3",
154 "add_to_scope" =>
"4",
167 "description" =>
"4",
178 "inside_description" =>
"4",
187 "list_together" =>
"4",
204 "react_after" =>
"4",
205 "react_before" =>
"4",
212 "short_name_indef" =>
"4",
217 "transparent" =>
"4",
224 "when_closed" =>
"4",
240 "CommandsOff" =>
"5",
241 "CommandsRead" =>
"5",
288 "Predictable" =>
"5",
294 "PluralFound" =>
"5",
300 "RoutinesOff" =>
"5",
357 $this->linkscripts = array(
An exception for terminatinating execution or to throw for unit testing.