HL : End of the parsing Error corection

This commit is contained in:
2011-08-09 17:07:03 +02:00
parent 7562c45aa7
commit 54cc9da39f
4 changed files with 11 additions and 7 deletions

View File

@@ -111,7 +111,7 @@
</rule>
<rule name="condition">
<color>boolean</color>
<start>==|&lt;=|&gt;=|!=|&lt;|&gt;|&amp;&amp;|\{|\}|</start>
<start>==|&lt;=|&gt;=|!=|&lt;{1,2}|&gt;{1,2}|&amp;&amp;|\{|\}|</start>
</rule>
<!-- With all elementes :
<rule name="BIG LETTER">

View File

@@ -16,7 +16,7 @@
<rule name="simpleQuteText">
<color>doubleQuoteText</color>
<start>\@'</start>
<end>'</end>
<end>('|\n)</end>
<!--<EscapeChar>\</EscapeChar>-->
</rule>
</pass1>
@@ -26,7 +26,7 @@
<start>&lt;\?\w*|\?&gt;</start>
</rule>
<rule name="normale Balise">
<color>boolean</color>
<color>functionName</color>
<start>&lt;/\w*|&lt;\w*|/&gt;|&gt;</start>
</rule>
</pass2>