From 41d51802a4f1d52aced2f2960bc919c9739cf775 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 15 May 2015 16:26:00 +0200 Subject: switched geshi higlighter to composer based repository --- inc/geshi/epc.php | 154 ------------------------------------------------------ 1 file changed, 154 deletions(-) delete mode 100644 inc/geshi/epc.php (limited to 'inc/geshi/epc.php') diff --git a/inc/geshi/epc.php b/inc/geshi/epc.php deleted file mode 100644 index c575c0c63..000000000 --- a/inc/geshi/epc.php +++ /dev/null @@ -1,154 +0,0 @@ - 'EPC', - 'COMMENT_SINGLE' => array('//'), - 'COMMENT_MULTI' => array('/*' => '*/'), - 'COMMENT_REGEXP' => array( - //[Sections] - //1 => "/^\\[.*\\]/" - ), - 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, - 'QUOTEMARKS' => array( - 0 => '"', - 1 => '$' - ), - 'ESCAPE_CHAR' => '', - 'KEYWORDS' => array( - 1 => array( - 'if', 'then', 'else', 'endif', - 'and', 'or', 'xor', 'hysteresis' - ), - 2 => array( - 'read', 'write', 'event', - 'gettime', 'settime', 'getdate', 'setdate', 'gettimedate', 'settimedate', - 'hour', 'minute', 'second', 'changehour', 'changeminute', 'changesecond', - 'date', 'month', 'day', 'dayofweek', 'sun', 'azimuth', 'elevation', - 'sunrisehour', 'sunriseminute', 'sunsethour', 'sunsetminute', - 'wtime', 'htime', 'mtime', 'stime', - 'cwtime', 'chtime', 'cmtime', 'cstime', - 'delay', 'after', 'cycle', - 'readflash', 'writeflash', - 'abs', 'acos', 'asin', 'atan', 'cos', 'ceil', 'average', 'exp', 'floor', - 'log', 'max', 'min', 'mod', 'pow', 'sqrt', 'sin', 'tan', 'change', 'convert', - 'eval', 'systemstart', 'random', 'comobject', 'sleep', 'scene', 'storescene', 'callscene', - 'find', 'stringcast', 'stringset', 'stringformat', 'split', 'size', - 'readrs232'. 'sendrs232', 'address', 'readknx', - 'readudp', 'sendudp', 'connecttcp', 'closetcp', 'readtcp', 'sendtcp', - 'resolve', 'sendmail', - 'button', 'webbutton', 'chart', 'webchart', 'webdisplay', 'getslider', 'pshifter', 'mpshifter', - 'getpslider', 'mbutton', 'mbbutton', 'mchart', 'mpchart', 'mpbutton', 'pdisplay', 'pchart', - 'pbutton', 'setslider', 'setpslider', 'slider', 'pslider', 'page', 'line', 'header', - 'footer', 'none', 'plink', 'link', 'frame', 'dframe' - ) - ), - 'SYMBOLS' => array( - 0 => array( - '%', 'b01', - ), - 1 => array( - '+', '-', '==', '>=', '=<', - ), - ), - 'CASE_SENSITIVE' => array( - GESHI_COMMENTS => false, - 1 => true, - 2 => true - ), - 'STYLES' => array( - 'KEYWORDS' => array( - 1 => 'color: #e63ec3;', - 2 => 'color: #e63ec3;' - ), - 'COMMENTS' => array( - 0 => 'color: #0000ff;' - //1 => 'color: #ffa500;' - ), - 'ESCAPE_CHAR' => array( - 1 => 'color: #000099;' - ), - 'BRACKETS' => array( - 0 => 'color: #000000;' - ), - 'STRINGS' => array( - 0 => 'color: #8a0808;', - 1 => 'color: #6e6e6e;' - ), - 'NUMBERS' => array( - 0 => 'color: #0b610b;' - ), - 'METHODS' => array( - ), - 'SYMBOLS' => array( - 0 => 'color: #0b610b;', - 1 => 'color: #e63ec3;' - ), - 'REGEXPS' => array( - 1 => 'color: #0b610b;' - ), - 'SCRIPT' => array( - ) - ), - 'URLS' => array( - 1 => '', - 2 => '' - ), - 'OOLANG' => false, - 'OBJECT_SPLITTERS' => array( - ), - 'REGEXPS' => array( - // Numbers, e.g. 255u08 - 1 => "[0-9]*[subf][0136][12468]" - ), - 'STRICT_MODE_APPLIES' => GESHI_NEVER, - 'SCRIPT_DELIMITERS' => array( - ), - 'HIGHLIGHT_STRICT_BLOCK' => array( - ), - 'TAB_WIDTH' => 4, - 'PARSER_CONTROL' => array( - 'COMMENTS' => array( - 'DISALLOWED_BEFORE' => '$' - ), - 'KEYWORDS' => array( - 'DISALLOWED_BEFORE' => "(? "(?![\.\-a-zA-Z0-9_%=\\/])" - ) - ) -); - -?> \ No newline at end of file -- cgit v1.2.3