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

@@ -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>