• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

syntax_highlight/php/HFile/HFile_hamster.php

Go to the documentation of this file.
00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005   class HFile_hamster extends HFile{
00006    function HFile_hamster(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // Hamster Scripts
00011 /*************************************/
00012 // Flags
00013 
00014 $this->nocase                   = "1";
00015 $this->notrim                   = "0";
00016 $this->perl                     = "0";
00017 
00018 // Colours
00019 
00020 $this->colours          = array("blue", "purple", "gray");
00021 $this->quotecolour              = "blue";
00022 $this->blockcommentcolour       = "green";
00023 $this->linecommentcolour        = "green";
00024 
00025 // Indent Strings
00026 
00027 $this->indent                   = array();
00028 $this->unindent                 = array();
00029 
00030 // String characters and delimiters
00031 
00032 $this->stringchars              = array("\"");
00033 $this->delimiters               = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "      ", "?");
00034 $this->escchar                  = "";
00035 
00036 // Comment settings
00037 
00038 $this->linecommenton            = array("#");
00039 $this->blockcommenton           = array("");
00040 $this->blockcommentoff          = array("");
00041 
00042 // Keywords (keyword mapping to colour number)
00043 
00044 $this->keywords                 = array(
00045                         "ras.dial" => "1", 
00046                         "ras.hangup" => "1", 
00047                         "setlogin" => "1", 
00048                         "msgbox" => "2", 
00049                         "quit" => "2", 
00050                         "restart" => "2", 
00051                         "start.wait" => "2", 
00052                         "start.nowait" => "2", 
00053                         "wait.delay" => "2", 
00054                         "wait.idle" => "2", 
00055                         "wait.until" => "2", 
00056                         "fetchmail" => "3", 
00057                         "mail.pull" => "3", 
00058                         "news.post" => "3", 
00059                         "news.pull" => "3", 
00060                         "news.purge" => "3", 
00061                         "news.rebuildhistory" => "3", 
00062                         "sendmail" => "3");
00063 
00064 // Special extensions
00065 
00066 // Each category can specify a PHP function that returns an altered
00067 // version of the keyword.
00068         
00069         
00070 
00071 $this->linkscripts      = array(
00072                         "1" => "donothing", 
00073                         "2" => "donothing", 
00074                         "3" => "donothing");
00075 }
00076 
00077 
00078 function donothing($keywordin)
00079 {
00080         return $keywordin;
00081 }
00082 
00083 }?>

Generated on Fri Dec 13 2013 09:06:39 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1