edn/data/lang_xml.xml

16 lines
362 B
XML
Raw Permalink Normal View History

<?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>&lt;!\-\-</start>
<end>\-\-&gt;</end>
</rule>
</pass1>
<pass2>
</pass2>
</EdnLang>