16 lines
362 B
XML
16 lines
362 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<EdnLang version="0.1" lang="Assembleur">
|
||
|
<ext>.xml</ext>
|
||
|
<pass1><!-- multiline section & parse all file (now) and when modification retrive previous modification -->
|
||
|
<rule name="Comment">
|
||
|
<color>comment</color>
|
||
|
<start><!\-\-</start>
|
||
|
<end>\-\-></end>
|
||
|
</rule>
|
||
|
</pass1>
|
||
|
<pass2>
|
||
|
|
||
|
</pass2>
|
||
|
</EdnLang>
|
||
|
|