2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   20 $this->colours          = array(
"blue", 
"purple", 
"gray", 
"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(
 
   72                         "close-all-ports" => 
"1", 
 
   73                         "close-input-port" => 
"1", 
 
   74                         "close-output-port" => 
"1", 
 
   94                         "list->vector" => 
"1", 
 
  105                         "open-input-file" => 
"1", 
 
  106                         "open-output-file" => 
"1", 
 
  111                         "read-string" => 
"1", 
 
  122                         "vector->length" => 
"1", 
 
  123                         "vector->list" => 
"1", 
 
  125                         "vector-set!" => 
"1", 
 
  165 $this->linkscripts      = array(