[rkward-cvs] rkward/rkward r.xml,1.15,1.16
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Tue Sep 12 16:36:52 UTC 2006
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15470
Modified Files:
r.xml
Log Message:
Make identifier detection in parentheses work at end of line
Index: r.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/r.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** r.xml 12 Sep 2006 16:06:21 -0000 1.15
--- r.xml 12 Sep 2006 16:36:50 -0000 1.16
***************
*** 45,49 ****
<DetectChar attribute="Keyword" context="#pop" char=")"/>
! <RegExpr attribute="Identifier" context="#stay" String="[a-zA-Z_\.][0-9a-zA-Z_\.]*[\s]*=(?=[^=])"/>
<IncludeRules context="CommonRules"/>
--- 45,49 ----
<DetectChar attribute="Keyword" context="#pop" char=")"/>
! <RegExpr attribute="Identifier" context="#stay" String="[a-zA-Z_\.][0-9a-zA-Z_\.]*[\s]*=(?=([^=]|$))"/>
<IncludeRules context="CommonRules"/>
More information about the rkward-tracker
mailing list