2$BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours = array(
"blue",
"gray",
"purple",
"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(
170 "%datecompiled" =>
"3",
252 "vim_bad_stknum_ok" =>
"4",
254 "vim_comp_id" =>
"4",
257 "vim_get_file" =>
"4",
258 "vim_get_stknum" =>
"4",
261 "vim_override_cost" =>
"4",
264 "vim_set_prompt" =>
"4",
265 "vim_squeeze_key" =>
"4",
280 $this->linkscripts = array(
An exception for terminatinating execution or to throw for unit testing.