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", 
"blue", 
"purple");
 
   21 $this->quotecolour              = 
"blue";
 
   22 $this->blockcommentcolour       = 
"green";
 
   23 $this->linecommentcolour        = 
"green";
 
   27 $this->indent                   = array(
"BEGIN;", 
"DO;", 
"IF");
 
   28 $this->unindent                 = array(
"ELSE", 
"END;", 
"OTHER", 
"OTHERWISE", 
"THEN");
 
   32 $this->stringchars              = array();
 
   33 $this->delimiters               = array(
"!", 
"@", 
"^", 
"&", 
"*", 
"(", 
")", 
"-", 
"+", 
"=", 
"\\", 
"/", 
"{", 
"}", 
"[", 
"]", 
":", 
";", 
"'", 
"<", 
">", 
" ", 
",", 
"   ", 
".", 
" ", 
" ", 
"?");
 
   38 $this->linecommenton            = array(
"");
 
   39 $this->blockcommenton           = array(
"/*");
 
   40 $this->blockcommentoff          = array(
"*/");
 
   44 $this->keywords                 = array(
 
  100                         "COMPILETIME" => 
"1", 
 
  108                         "CONSECUTIVE" => 
"1", 
 
  121                         "CURRENTSTORAGE" => 
"1", 
 
  135                         "DESCRIPTORS" => 
"1", 
 
  150                         "ENVIRONMENT" => 
"1", 
 
  169                         "FIXEDOVERFLOW" => 
"1", 
 
  200                         "IRREDUCIBLE" => 
"1", 
 
  303                         "SCALARVARYING" => 
"1", 
 
  325                         "STRINGRANGE" => 
"1", 
 
  329                         "SUBSCRIPTRANGE" => 
"1", 
 
  352                         "UNDEFINEDFILE" => 
"1", 
 
  373                         "ZEREODIVIDE" => 
"1", 
 
  380                         "%DEACTIVATE" => 
"2", 
 
  443 $this->linkscripts      = array(