diff options
Diffstat (limited to 'inc/geshi/diff.php')
-rw-r--r-- | inc/geshi/diff.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/inc/geshi/diff.php b/inc/geshi/diff.php index 645387f97..c82e65c65 100644 --- a/inc/geshi/diff.php +++ b/inc/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 + * Release Version: 1.0.8.3 * Date Started: 2004/12/29 * * Diff-output language file for GeSHi. @@ -54,20 +54,20 @@ $language_data = array ( 1 => array( '\ No newline at end of file' ), - 2 => array( - '***************' /* This only seems to works in some cases? */ - ), +// 2 => array( +// '***************' /* This only seems to works in some cases? */ +// ), ), 'SYMBOLS' => array( ), 'CASE_SENSITIVE' => array( 1 => false, - 2 => false +// 2 => false ), 'STYLES' => array( 'KEYWORDS' => array( 1 => 'color: #aaaaaa; font-style: italic;', - 2 => 'color: #dd6611;', +// 2 => 'color: #dd6611;', ), 'COMMENTS' => array( ), @@ -107,7 +107,7 @@ $language_data = array ( ), 'URLS' => array( 1 => '', - 2 => '' +// 2 => '' ), 'OOLANG' => false, 'OBJECT_SPLITTERS' => array(), |