2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   25 $this->colours          = array(
"blue", 
"purple", 
"gray", 
"brown", 
"blue");
 
   26 $this->quotecolour              = 
"blue";
 
   27 $this->blockcommentcolour       = 
"green";
 
   28 $this->linecommentcolour        = 
"green";
 
   32 $this->indent                   = array(
"{");
 
   33 $this->unindent                 = array(
"}");
 
   37 $this->stringchars              = array(
"\"", 
"'");
 
   38 $this->delimiters               = array(
"~", 
"!", 
"@", 
"%", 
"^", 
"&", 
"*", 
"(", 
")", 
"-", 
"+", 
"=", 
"|", 
"\\", 
"{", 
"}", 
"[", 
"]", 
"<", 
">", 
":", 
";", 
"\"", 
"'", 
" ", 
",", 
"   ", 
".", 
"?");
 
   43 $this->linecommenton            = array(
"//");
 
   44 $this->blockcommenton           = array(
"/*");
 
   45 $this->blockcommentoff          = array(
"*/");
 
   49 $this->keywords                 = array(
 
   61                         "dynamic_cast" => 
"1", 
 
   82                         "reinterpret_cast" => 
"1", 
 
  155 $this->linkscripts      = array(