diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-06-13 21:27:14 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-08-16 16:31:28 +0200 |
commit | 71273d9477b88cca86e6724491c1ea337ee96f05 (patch) | |
tree | b5b0d73085775d9aacae2871a0d57faa99ea72ca /application/libraries/geshi/epc.php | |
parent | 789ffb00e6d25af4409d26dce04d211e365f2d58 (diff) |
switch to pygments
- faster than geshi
- easier to modify the css because there is only one
- geshi upstream seems pretty dead
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/libraries/geshi/epc.php')
-rw-r--r-- | application/libraries/geshi/epc.php | 154 |
1 files changed, 0 insertions, 154 deletions
diff --git a/application/libraries/geshi/epc.php b/application/libraries/geshi/epc.php deleted file mode 100644 index 764461fc2..000000000 --- a/application/libraries/geshi/epc.php +++ /dev/null @@ -1,154 +0,0 @@ -<?php -/************************************************************************************* - * epc.php - * -------- - * Author: Thorsten Muehlfelder (muehlfelder@enertex.de) - * Copyright: (c) 2010 Enertex Bayern GmbH - * Release Version: 1.0.8.10 - * Date Started: 2010/08/26 - * - * Enerscript language file for GeSHi. - * - * CHANGES - * ------- - * 2010/08/26 (1.0.8.10) - * - First Release - * - ************************************************************************************* - * - * This file is part of GeSHi. - * - * GeSHi is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * GeSHi is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with GeSHi; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - ************************************************************************************/ - -$language_data = array ( - 'LANG_NAME' => '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_\$\#])", - 'DISALLOWED_AFTER' => "(?![\.\-a-zA-Z0-9_%=\\/])" - ) - ) -); - -?>
\ No newline at end of file |