[DEBUG] correct all xml config language

This commit is contained in:
2016-07-21 15:57:06 +02:00
parent 8094d7c5ab
commit 8d22c48dc3
9 changed files with 99 additions and 42 deletions

View File

@@ -4,7 +4,10 @@
<pass1>
<rule name="Comment multiline">
<color>comment</color>
<regex>\-\-\[\[.*?\-\-\]\]</regex>
<regex>
<start>\-\-\[\[</start>
<stop>\-\-\]\]</stop>
</regex>
</rule>
<rule name="my todo comment">
<color>SYNTAX_ERROR</color>