[rkward-cvs] rkward/rkward r.xml,1.5,1.6
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Wed Aug 2 17:29:01 UTC 2006
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv22265
Modified Files:
r.xml
Log Message:
Small corrections to syntax highlighting: Allow all types of whitespace where needed, don't mark up x== inside parentheses
Index: r.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/r.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** r.xml 2 Aug 2006 16:38:49 -0000 1.5
--- r.xml 2 Aug 2006 17:28:58 -0000 1.6
***************
*** 41,46 ****
<Float attribute="Float" context="#stay"/>
<Int attribute="Int" context="#stay"/>
! <RegExpr attribute="Keyword" context="#stay" String="[a-zA-Z_]+[a-zA-Z_\.0-9]* *(?=[\s]*[(])"/>
! <RegExpr attribute="Keyword" context="#stay" String="\.[a-zA-Z_\.]+[a-zA-Z_\.0-9]* *(?=[\s]*[(])"/>
<RegExpr attribute="Keyword" context="parenthesis" String="\("/>
<StringDetect attribute="Headline" context="Headline" String="##"/>
--- 41,46 ----
<Float attribute="Float" context="#stay"/>
<Int attribute="Int" context="#stay"/>
! <RegExpr attribute="Keyword" context="#stay" String="[a-zA-Z_]+[a-zA-Z_\.0-9]*(?=[\s]*[(])"/>
! <RegExpr attribute="Keyword" context="#stay" String="\.[a-zA-Z_\.]+[a-zA-Z_\.0-9]*(?=[\s]*[(])"/>
<RegExpr attribute="Keyword" context="parenthesis" String="\("/>
<StringDetect attribute="Headline" context="Headline" String="##"/>
***************
*** 66,71 ****
<Float attribute="Float" context="#stay"/>
<Int attribute="Int" context="#stay"/>
! <RegExpr attribute="Keyword" context="#stay" String="[a-zA-Z_]+[a-zA-Z_\.0-9]* *(?=[\s]*[(])"/>
! <RegExpr attribute="Keyword" context="#stay" String="\.[a-zA-Z_\.]+[a-zA-Z_\.0-9]* *(?=[\s]*[(])"/>
<RegExpr attribute="Keyword" context="parenthesis" String="\("/>
<StringDetect attribute="Headline" context="Headline" String="##"/>
--- 66,71 ----
<Float attribute="Float" context="#stay"/>
<Int attribute="Int" context="#stay"/>
! <RegExpr attribute="Keyword" context="#stay" String="[a-zA-Z_]+[a-zA-Z_\.0-9]*(?=[\s]*[(])"/>
! <RegExpr attribute="Keyword" context="#stay" String="\.[a-zA-Z_\.]+[a-zA-Z_\.0-9]*(?=[\s]*[(])"/>
<RegExpr attribute="Keyword" context="parenthesis" String="\("/>
<StringDetect attribute="Headline" context="Headline" String="##"/>
***************
*** 80,84 ****
<!-- no need to define brace end here, as we've already jumped to ctx0 at the brace start -->
! <RegExpr attribute="Identifier" context="#stay" String="[a-zA-Z_\.]+ *="/>
</context>
--- 80,84 ----
<!-- no need to define brace end here, as we've already jumped to ctx0 at the brace start -->
! <RegExpr attribute="Identifier" context="#stay" String="[a-zA-Z_\.]+[\s]*=(?=[^=])"/>
</context>
More information about the rkward-tracker
mailing list