~yoboy-leguesh/ubuntu-fr-doc/maj20150810a

« back to all changes in this revision

Viewing changes to inc/geshi/bf.php

  • Committer: YoBoY
  • Date: 2012-10-24 19:05:18 UTC
  • mfrom: (114.1.3 maj-AdoraBelle)
  • Revision ID: yoboy.leguesh@gmail.com-20121024190518-bgtic5m3dt8gnzfn
Mise à jour de Dokuwiki 2012-10-13 "Adora Belle"
Application des patch ubuntu-fr d'optimisation
Ajout des thèmes ubuntu-fr
Ajout des plugins
Mise à jour des plugins box, orphanswanted, pageredirect, tag, cloud, forcepreview, pagelist
Désactivation de la nouvelle option d'envoie de notifications mail en html
Application des derniers patchs correctifs de Dokuwiki.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * ----------
5
5
 * Author: Benny Baumann (BenBE@geshi.org)
6
6
 * Copyright: (c) 2008 Benny Baumann (http://qbnz.com/highlighter/)
7
 
 * Release Version: 1.0.8.8
 
7
 * Release Version: 1.0.8.11
8
8
 * Date Started: 2009/10/31
9
9
 *
10
10
 * Brainfuck language file for GeSHi.
63
63
            1 => 'color: #666666; font-style: italic;'
64
64
            ),
65
65
        'BRACKETS' => array(
66
 
            0 => 'color: #66cc66;'
 
66
            0 => 'color: #660000;'
67
67
            ),
68
68
        'STRINGS' => array(
69
69
            0 => 'color: #ff0000;'
76
76
            0 => 'color: #006600;',
77
77
            1 => 'color: #660000;',
78
78
            2 => 'color: #000066;',
79
 
            3 => 'color: #660066;',
80
 
            4 => 'color: #666600;'
 
79
            3 => 'color: #666600;',
 
80
            4 => 'color: #660066;'
81
81
            ),
82
82
        'ESCAPE_CHAR' => array(
83
83
            ),
102
102
    'PARSER_CONTROL' => array(
103
103
        'ENABLE_FLAGS' => array(
104
104
            'STRINGS' => GESHI_NEVER,
105
 
            'NUMBERS' => GESHI_NEVER
106
 
            ),
 
105
            'NUMBERS' => GESHI_NEVER,
 
106
            'BRACKETS' => GESHI_NEVER
 
107
        ),
107
108
        'KEYWORDS' => array(
108
109
            'DISALLOW_BEFORE' => '',
109
110
            'DISALLOW_AFTER' => ''
111
112
        )
112
113
);
113
114
 
114
 
?>
 
115
?>
 
 
b'\\ No newline at end of file'