jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [lib/] [geshi/] [diff.php] - Diff between revs 1 and 3

Show entire file Ignore whitespace

Rev 1 Rev 3
Line 2... Line 2...
/************************************************************************************* /*************************************************************************************
* diff.php * diff.php
* -------- * --------
* Author: Conny Brunnkvist (conny@fuchsia.se), W. Tasin (tasin@fhm.edu) * Author: Conny Brunnkvist (conny@fuchsia.se), W. Tasin (tasin@fhm.edu)
* Copyright: (c) 2004 Fuchsia Open Source Solutions (http://www.fuchsia.se/) * Copyright: (c) 2004 Fuchsia Open Source Solutions (http://www.fuchsia.se/)
* Release Version: 1.0.8.1 * Release Version: 1.0.8.3
* Date Started: 2004/12/29 * Date Started: 2004/12/29
* *
* Diff-output language file for GeSHi. * Diff-output language file for GeSHi.
* *
* CHANGES * CHANGES
Line 52... Line 52...
'ESCAPE_CHAR' => ' ', 'ESCAPE_CHAR' => ' ',
'KEYWORDS' => array( 'KEYWORDS' => array(
1 => array( 1 => array(
'\ No newline at end of file' '\ No newline at end of file'
), ),
2 => array( // 2 => array(
'***************' /* This only seems to works in some cases? */ // '***************' /* This only seems to works in some cases? */
), // ),
), ),
'SYMBOLS' => array( 'SYMBOLS' => array(
), ),
'CASE_SENSITIVE' => array( 'CASE_SENSITIVE' => array(
1 => false, 1 => false,
2 => false // 2 => false
), ),
'STYLES' => array( 'STYLES' => array(
'KEYWORDS' => array( 'KEYWORDS' => array(
1 => 'color: #aaaaaa; font-style: italic;', 1 => 'color: #aaaaaa; font-style: italic;',
2 => 'color: #dd6611;', // 2 => 'color: #dd6611;',
), ),
'COMMENTS' => array( 'COMMENTS' => array(
), ),
'ESCAPE_CHAR' => array( 'ESCAPE_CHAR' => array(
0 => '' 0 => ''
Line 105... Line 105...
9 => 'color: #888822;', 9 => 'color: #888822;',
), ),
), ),
'URLS' => array( 'URLS' => array(
1 => '', 1 => '',
2 => '' // 2 => ''
), ),
'OOLANG' => false, 'OOLANG' => false,
'OBJECT_SPLITTERS' => array(), 'OBJECT_SPLITTERS' => array(),
'REGEXPS' => array( 'REGEXPS' => array(
0 => "[0-9,]+[acd][0-9,]+", 0 => "[0-9,]+[acd][0-9,]+",

Powered by WebSVN 2.2.1