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", 
"purple");
 
   26 $this->quotecolour              = 
"blue";
 
   27 $this->blockcommentcolour       = 
"green";
 
   28 $this->linecommentcolour        = 
"green";
 
   32 $this->indent                   = array(
"do");
 
   33 $this->unindent                 = array(
"end");
 
   37 $this->stringchars              = array();
 
   38 $this->delimiters               = array(
"~", 
"%", 
"^", 
"&", 
"(", 
")", 
"|", 
"{", 
"}", 
"[", 
"]", 
";", 
"\"", 
"'", 
"<", 
">", 
"      ", 
",", 
" ", 
".", 
"?");
 
   43 $this->linecommenton            = array(
"--");
 
   44 $this->blockcommenton           = array(
"");
 
   45 $this->blockcommentoff          = array(
"");
 
   49 $this->keywords                 = array(
 
  140                         "BOOLEAN_REF" => 
"3", 
 
  142                         "CHARACTER_REF" => 
"3", 
 
  148                         "INTEGER_REF" => 
"3", 
 
  154                         "POINTER_REF" => 
"3", 
 
  176                         "binary_to_integer" => 
"6", 
 
  193                         "index_of_string" => 
"6", 
 
  200                         "left_adjust" => 
"6", 
 
  203                         "occurrences" => 
"6", 
 
  204                         "occurrences_of" => 
"6", 
 
  209                         "put_boolean" => 
"6", 
 
  210                         "put_integer" => 
"6", 
 
  211                         "put_new_line" => 
"6", 
 
  214                         "remove_all_occurrences" => 
"6", 
 
  215                         "remove_between" => 
"6", 
 
  216                         "remove_first" => 
"6", 
 
  217                         "remove_last" => 
"6", 
 
  218                         "remove_prefix" => 
"6", 
 
  219                         "remove_suffix" => 
"6", 
 
  221                         "right_adjust" => 
"6", 
 
  229                         "substring_index" => 
"6", 
 
  250 $this->linkscripts      = array(