[SPIP Zone] r3459 - /_plugins_/_typo_/coloration_code/geshi/geshi/spip.php

Author: arno@rezo.net
Date: Fri Jun 2 21:49:58 2006
New Revision: 3459

Log:
Code pour coloriser code SPIP (ne fonctionne pas bien, m'enfin bref)

Modified:
    _plugins_/_typo_/coloration_code/geshi/geshi/spip.php

Modified: _plugins_/_typo_/coloration_code/geshi/geshi/spip.php

--- _plugins_/_typo_/coloration_code/geshi/geshi/spip.php (original)
+++ _plugins_/_typo_/coloration_code/geshi/geshi/spip.php Fri Jun 2 21:49:58 2006
@@ -121,12 +121,8 @@
       GESHI_AFTER => ''
       ),
     ),
- 'STRICT_MODE_APPLIES' => GESHI_ALWAYS,
- 'SCRIPT_DELIMITERS' => array(
- 3 => array(
- '<BOUCLE_' => '</BOUCLE[a-z0-9_]*>'
- )
- ),
+ 'STRICT_MODE_APPLIES' => GESHI_NEVER,
+ 'SCRIPT_DELIMITERS' => array( ),
   'HIGHLIGHT_STRICT_BLOCK' => array(
     0 => true,
     1 => true,