3 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    5 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   22 $this->colours          = array(
"blue", 
"purple", 
"gray", 
"brown");
 
   23 $this->quotecolour              = 
"blue";
 
   24 $this->blockcommentcolour       = 
"green";
 
   25 $this->linecommentcolour        = 
"green";
 
   29 $this->indent                   = array(
"begin", 
"repeat", 
"asm", 
"type");
 
   30 $this->unindent                 = array(
"end", 
"until");
 
   34 $this->stringchars              = array(
"'");
 
   35 $this->delimiters               = array(
"#", 
"$", 
"&", 
"'", 
"(", 
")", 
"*", 
"+", 
",", 
"-", 
".", 
"/", 
";", 
"<", 
">", 
"@", 
"[", 
"]", 
"^", 
"{", 
"}", 
" ", 
" ");
 
   40 $this->linecommenton            = array(
"//");
 
   41 $this->blockcommenton           = array(
"{");
 
   42 $this->blockcommentoff          = array(
"}");
 
   46 $this->keywords                 = array(
 
   55                         "dispinterface" => 
"1", 
 
   63                         "finalization" => 
"1", 
 
   69                         "implementation" => 
"1", 
 
   71                         "initialization" => 
"1", 
 
   87                         "resourcestring" => 
"1", 
 
  131                         "reintroduce" => 
"2", 
 
  190 $this->linkscripts      = array(