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(
 
   89                         "ERROR_HANDLER" => 
"1", 
 
  100                         "FLOATINGPOINT" => 
"1", 
 
  104                         "GET_FILE_BOX" => 
"1", 
 
  107                         "H_SCROLLBAR" => 
"1", 
 
  116                         "LINE_SWITCH" => 
"1", 
 
  125                         "MESSAGE_LIB" => 
"1", 
 
  129                         "MULTI_MEDIA" => 
"1", 
 
  149                         "RADIO_BUTTON" => 
"1", 
 
  169                         "SECURITY_MASK" => 
"1", 
 
  194                         "SYSTEM_HELP" => 
"1", 
 
  195                         "SYSTEM_JRNL" => 
"1", 
 
  200                         "TRISTATE_BOX" => 
"1", 
 
  204                         "VARDROP_BOX" => 
"1", 
 
  205                         "VARLIST_BOX" => 
"1", 
 
  207                         "VIDEO_PALETTE" => 
"1", 
 
  208                         "V_SCROLLBAR" => 
"1", 
 
  214                         "WINPRT_SETUP" => 
"1", 
 
  389 $this->linkscripts      = array(