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");
 
   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(
 
  105                         "FROM_ISO8859" => 
"2", 
 
  155                         "$PGM_exception" => 
"2", 
 
  167                         "CURRENTDATE" => 
"3", 
 
  171                         "EDI_READ_CHARSET" => 
"3", 
 
  172                         "EDI_READ_INTERCHANGE" => 
"3", 
 
  173                         "EDI_TRUNCATE" => 
"3", 
 
  174                         "EXPRESSIONS" => 
"3", 
 
  199                         "SOURCEMODULE" => 
"3", 
 
  200                         "SOURCEPROCEDURE" => 
"3", 
 
  204                         "UNIQUE_NAME" => 
"3", 
 
  205                         "AMTRIX_LOGID" => 
"4", 
 
  209                         "ARGUMENTCOUNT" => 
"4", 
 
  215                         "OPTDTA_READ" => 
"4", 
 
  216                         "OPTDTA_WRITE" => 
"4", 
 
  246 $this->linkscripts      = array(