Changeset 60537 in spip-zone
- Timestamp:
- Apr 21, 2012, 11:27:06 PM (8 years ago)
- Location:
- _plugins_/coloration_code
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/coloration_code/branches/v0.6/geshi/geshi/spip2.php
r55165 r60537 46 46 47 47 @define('REG_NOM_BOUCLE', '[a-zA-Z0-9_]*'); 48 @define('REG_BOUCLE','(<\/?\/?B(OUCLE)?' . REG_NOM_BOUCLE . ')(\([^)]*\))? (.*)?(>)');48 @define('REG_BOUCLE','(<\/?\/?B(OUCLE)?' . REG_NOM_BOUCLE . ')(\([^)]*\))?\s*({.*})?\s*(>)'); 49 49 @define('REG_INCLURE','(<INCLU(D|R)E)(\([^)]*\))?(.*)?(>)'); 50 50 @define('REG_BALISE','(\#)(' . REG_NOM_BOUCLE . ':)?([A-Z0-9_]+)([*]{0,2})'); -
_plugins_/coloration_code/branches/v0.6/paquet.xml
r55117 r60537 2 2 prefix="coloration_code" 3 3 categorie="edition" 4 version="0.6. 4"4 version="0.6.5" 5 5 etat="stable" 6 6 compatibilite="[2.0.0;3.0.99]" -
_plugins_/coloration_code/branches/v0.6/plugin.xml
r55117 r60537 16 16 <icon>coloration-32.png</icon> 17 17 <auteur>Pierre Andrews (Mortimer) - ARNO*</auteur> 18 <version>0.6. 4</version>18 <version>0.6.5</version> 19 19 <etat>stable</etat> 20 20 <description> -
_plugins_/coloration_code/trunk/geshi/geshi/spip2.php
r55165 r60537 46 46 47 47 @define('REG_NOM_BOUCLE', '[a-zA-Z0-9_]*'); 48 @define('REG_BOUCLE','(<\/?\/?B(OUCLE)?' . REG_NOM_BOUCLE . ')(\([^)]*\))? (.*)?(>)');48 @define('REG_BOUCLE','(<\/?\/?B(OUCLE)?' . REG_NOM_BOUCLE . ')(\([^)]*\))?\s*({.*})?\s*(>)'); 49 49 @define('REG_INCLURE','(<INCLU(D|R)E)(\([^)]*\))?(.*)?(>)'); 50 50 @define('REG_BALISE','(\#)(' . REG_NOM_BOUCLE . ':)?([A-Z0-9_]+)([*]{0,2})'); -
_plugins_/coloration_code/trunk/paquet.xml
r60305 r60537 2 2 prefix="coloration_code" 3 3 categorie="edition" 4 version="0.6. 4"4 version="0.6.5" 5 5 etat="stable" 6 6 compatibilite="[2.0.0;3.0.99]" -
_plugins_/coloration_code/trunk/plugin.xml
r60305 r60537 16 16 <icon>coloration-32.png</icon> 17 17 <auteur>Pierre Andrews (Mortimer) - ARNO*</auteur> 18 <version>0.6. 4</version>18 <version>0.6.5</version> 19 19 <etat>stable</etat> 20 20 <description>
Note: See TracChangeset
for help on using the changeset viewer.