2$BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours = array(
"blue",
"purple",
"gray",
"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(
76 "close-all-ports" =>
"1",
77 "close-input-port" =>
"1",
78 "close-output-port" =>
"1",
98 "list->vector" =>
"1",
103 "make-vector" =>
"1",
109 "open-input-file" =>
"1",
110 "open-output-file" =>
"1",
115 "read-string" =>
"1",
126 "vector->length" =>
"1",
127 "vector->list" =>
"1",
129 "vector-set!" =>
"1",
169 $this->linkscripts = array(
An exception for terminatinating execution or to throw for unit testing.