List Info

Thread: geshi-src/geshi/contexts/delphi exports_brackets.php,1.8,1.9 extern.php,1.6,1.7 property_index.php,1




geshi-src/geshi/contexts/delphi exports_brackets.php,1.8,1.9 extern.php,1.6,1.7 property_index.php,1
user name
2006-03-25 09:41:32
Update of /cvsroot/geshi/geshi-src/geshi/contexts/delphi
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16743/geshi-src/ges
hi/contexts/delphi

Modified Files:
	exports_brackets.php extern.php property_index.php 
Log Message:
fix: Added Complex checking for subcontexts (required for
these)
fix: Corrected starter for export and external context from
simple string to regular expression simular to ASM context
starters\enders.

Index: property_index.php
============================================================
=======
RCS file:
/cvsroot/geshi/geshi-src/geshi/contexts/delphi/property_inde
x.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** property_index.php	20 Dec 2005 09:41:58 -0000	1.7
--- property_index.php	25 Mar 2006 09:41:30 -0000	1.8
***************
*** 133,135 ****
--- 133,137 ----
  );
  
+ $this->_isComplex = true;
+ 
  ?>

Index: exports_brackets.php
============================================================
=======
RCS file:
/cvsroot/geshi/geshi-src/geshi/contexts/delphi/exports_brack
ets.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** exports_brackets.php	20 Dec 2005 09:41:58 -0000	1.8
--- exports_brackets.php	25 Mar 2006 09:41:30 -0000	1.9
***************
*** 155,157 ****
--- 155,159 ----
  );
  
+ $this->_isComplex = true;
+ 
  ?>

Index: extern.php
============================================================
=======
RCS file:
/cvsroot/geshi/geshi-src/geshi/contexts/delphi/extern.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** extern.php	20 Dec 2005 09:41:58 -0000	1.6
--- extern.php	25 Mar 2006 09:41:30 -0000	1.7
***************
*** 35,44 ****
  $this->_contextDelimiters = array(
      array(
!         array('exports'),
          array(';'),
          false
      ),
      array(
!         array('external'),
          array(';'),
          false
--- 35,44 ----
  $this->_contextDelimiters = array(
      array(
!         array('REGEX#(^|(?=\b))exports((?=\b)|$)#im'),
          array(';'),
          false
      ),
      array(
!        
array('REGEX#(^|(?=\b))external((?=\b)|$)#im'),
          array(';'),
          false
***************
*** 124,126 ****
--- 124,128 ----
  );
  
+ $this->_isComplex = true;
+ 
  ?>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking
scripting language
that extends applications into web and mobile media. Attend
the live webcast
and join the prime developer group breaking into this new
coding territory!
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
geshi-cvs mailing list
geshi-cvslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geshi-cvs

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )