2$BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours = array(
"");
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(
58 "JG_Mac10.mac." =>
"",
90 "Macro->Delete" =>
"",
121 "john.goodman@qwest.net." =>
"",
139 "PosFirstNonWhite" =>
"",
144 "non-whitespace" =>
"",
163 "\"intelligent\"" =>
"",
177 "LineAlignPrev" =>
"",
198 "LineAlignCursor" =>
"",
229 "CmmtThisLine" =>
"",
231 "\"comments-out\"" =>
"",
244 "........GrandTotal" =>
"",
271 "RemLeadingWhite" =>
"",
272 "(Ctrl+Shift+F7)" =>
"",
280 "RemTrailingWhite" =>
"",
281 "(Ctrl+Shift+F8)" =>
"",
291 $this->linkscripts = array(
An exception for terminatinating execution or to throw for unit testing.