SYS : First step for the display line by line

This commit is contained in:
2011-09-07 18:17:05 +02:00
parent 83dd23b8a9
commit 0b2599fb81
3 changed files with 105 additions and 44 deletions

View File

@@ -28,7 +28,7 @@
</rule>
<rule name="global inclusion">
<color>preprocesseur</color>
<start>global </start>
<start>global( |\t)+</start>
<end>\n</end>
<EscapeChar>\</EscapeChar>
</rule>