summaryrefslogtreecommitdiffstats
path: root/application/libraries/geshi/diff.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-02-14 01:17:10 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-02-14 01:17:10 +0100
commita635c931ff8aa79728d93a4835e06a75e8f90be8 (patch)
treeec99bc646bca4cd8d37e58378d07c1ebd1f0499f /application/libraries/geshi/diff.php
parent798a4824a2aa099de9eb05454ebb62b1522bee65 (diff)
bump geshi to 1.0.8.10
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/libraries/geshi/diff.php')
-rw-r--r--application/libraries/geshi/diff.php11
1 files changed, 1 insertions, 10 deletions
diff --git a/application/libraries/geshi/diff.php b/application/libraries/geshi/diff.php
index 2d88df06b..09cc50873 100644
--- a/application/libraries/geshi/diff.php
+++ b/application/libraries/geshi/diff.php
@@ -4,7 +4,7 @@
* --------
* Author: Conny Brunnkvist (conny@fuchsia.se), W. Tasin (tasin@fhm.edu)
* Copyright: (c) 2004 Fuchsia Open Source Solutions (http://www.fuchsia.se/)
- * Release Version: 1.0.8.6
+ * Release Version: 1.0.8.10
* Date Started: 2004/12/29
*
* Diff-output language file for GeSHi.
@@ -103,7 +103,6 @@ $language_data = array (
7 => 'color: #991111;',
8 => 'color: #00b000;',
9 => 'color: #888822;',
- 10 => '',
),
),
'URLS' => array(
@@ -186,14 +185,6 @@ $language_data = array (
GESHI_BEFORE => '',
GESHI_AFTER => ''
),
- //context lines
- 10 => array(
- GESHI_SEARCH => '^ .*$',
- GESHI_REPLACE => '\\0',
- GESHI_MODIFIERS => 'm',
- GESHI_BEFORE => '',
- GESHI_AFTER => ''
- ),
),
'STRICT_MODE_APPLIES' => GESHI_NEVER,
'SCRIPT_DELIMITERS' => array(