2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   20 $this->colours          = array(
"blue", 
"purple", 
"gray", 
"brown");
 
   21 $this->quotecolour              = 
"blue";
 
   22 $this->blockcommentcolour       = 
"green";
 
   23 $this->linecommentcolour        = 
"green";
 
   27 $this->indent                   = array();
 
   28 $this->unindent                 = array();
 
   32 $this->stringchars              = array();
 
   33 $this->delimiters               = array(
"~", 
"!", 
"@", 
"$", 
"%", 
"^", 
"&", 
"*", 
"(", 
")", 
"+", 
"=", 
"|", 
"\\", 
"{", 
"}", 
"[", 
"]", 
":", 
";", 
"\"", 
"'", 
"<", 
">", 
" ", 
",", 
"   ", 
".", 
"?");
 
   38 $this->linecommenton            = array(
"");
 
   39 $this->blockcommenton           = array(
"<!--");
 
   40 $this->blockcommentoff          = array(
"-->");
 
   44 $this->keywords                 = array(
 
  107                         "</fieldset>" => 
"2", 
 
  115                         "</optgroup>" => 
"2", 
 
  119                         "</postfield>" => 
"2", 
 
  127                         "</template>" => 
"2", 
 
  134                         "accept-charset=" => 
"3", 
 
  146                         "http-equiv=" => 
"3", 
 
  157                         "nextcontext=" => 
"3", 
 
  163                         "sendreferer=" => 
"3", 
 
  174                         "Cache-Control" => 
"4", 
 
  182                         "onenterforward" => 
"4", 
 
  183                         "onenterbackward" => 
"4", 
 
  203 $this->linkscripts      = array(