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(
 
   50                         "auto_mkindex" => 
"1", 
 
  120                         "tcl_endOfWord" => 
"1", 
 
  121                         "tcl_startOfNextWord" => 
"1", 
 
  122                         "tcl_startOfPreviousWord" => 
"1", 
 
  123                         "tcl_wordBreakAfter" => 
"1", 
 
  124                         "tcl_wordBreakBefore" => 
"1", 
 
  134                         "auto_noexec" => 
"2", 
 
  135                         "auto_noload" => 
"2", 
 
  140                         "tcl_library" => 
"2", 
 
  141                         "tcl_patchLevel" => 
"2", 
 
  142                         "tcl_pkgPath" => 
"2", 
 
  143                         "tcl_platform" => 
"2", 
 
  144                         "tcl_precision" => 
"2", 
 
  145                         "tcl_rcFileName" => 
"2", 
 
  146                         "tcl_rcRsrcName" => 
"2", 
 
  147                         "tcl_version" => 
"2", 
 
  148                         "tcl_nonwordchars" => 
"2", 
 
  149                         "tcl_wordchars" => 
"2", 
 
  150                         "unknown_active" => 
"2", 
 
  157                         "checkbutton" => 
"3", 
 
  177                         "radiobutton" => 
"3", 
 
  185                         "tk_bindForTraversal" => 
"3", 
 
  187                         "tk_chooseColor" => 
"3", 
 
  189                         "tk_focusFollowsMouse" => 
"3", 
 
  190                         "tk_focusNext" => 
"3", 
 
  191                         "tk_focusPrev" => 
"3", 
 
  192                         "tk_getOpenFile" => 
"3", 
 
  193                         "tk_getSaveFile" => 
"3", 
 
  195                         "tk_messageBox" => 
"3", 
 
  196                         "tk_optionMenu" => 
"3", 
 
  198                         "tk_setPalette" => 
"3", 
 
  215 $this->linkscripts      = array(