2011-07-20 18:15:45 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-12-01 09:59:46 +01:00
|
|
|
<EdnLang version="0.2" lang="XML">
|
2011-08-07 10:47:06 +02:00
|
|
|
<ext>*.xml</ext>
|
2012-03-28 18:11:43 +02:00
|
|
|
<ext>*.svg</ext>
|
2011-07-20 18:15:45 +02:00
|
|
|
<pass1><!-- multiline section & parse all file (now) and when modification retrive previous modification -->
|
|
|
|
<rule name="Comment">
|
|
|
|
<color>comment</color>
|
|
|
|
<start><!\-\-</start>
|
|
|
|
<end>\-\-></end>
|
|
|
|
</rule>
|
2011-08-09 15:11:58 +02:00
|
|
|
<rule name="doubleQuteText">
|
|
|
|
<color>doubleQuoteText</color>
|
|
|
|
<start>"</start>
|
|
|
|
<end>"</end>
|
|
|
|
<EscapeChar>\</EscapeChar>
|
|
|
|
</rule>
|
|
|
|
<rule name="simpleQuteText">
|
|
|
|
<color>doubleQuoteText</color>
|
|
|
|
<start>\@'</start>
|
2011-08-09 17:07:03 +02:00
|
|
|
<end>('|\n)</end>
|
2011-08-09 15:11:58 +02:00
|
|
|
<!--<EscapeChar>\</EscapeChar>-->
|
|
|
|
</rule>
|
2011-07-20 18:15:45 +02:00
|
|
|
</pass1>
|
|
|
|
<pass2>
|
2011-08-09 15:11:58 +02:00
|
|
|
<rule name="special Balise">
|
|
|
|
<color>error</color>
|
|
|
|
<start><\?\w*|\?></start>
|
|
|
|
</rule>
|
|
|
|
<rule name="normale Balise">
|
2011-08-09 17:07:03 +02:00
|
|
|
<color>functionName</color>
|
2012-01-11 12:08:00 +01:00
|
|
|
<start></[0-9a-fA-F_]*|<[0-9a-fA-F_]*|/>|></start>
|
2011-08-09 15:11:58 +02:00
|
|
|
</rule>
|
2011-07-20 18:15:45 +02:00
|
|
|
</pass2>
|
|
|
|
</EdnLang>
|
|
|
|
|