19 lines
542 B
XML
19 lines
542 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<EdnLang version="0.1" lang="c">
|
|
<ext>.boo</ext>
|
|
<pass1><!-- multiline section & parse all file (now) and when modification retrive previous modification -->
|
|
</pass1>
|
|
<pass2> <!-- Parse on display data ==> nor regenerate every display but every time modification apear -->
|
|
<rule name="comment ##">
|
|
<color>SYNTAX_ERROR</color>
|
|
<start>##</start>
|
|
<end>\n</end>
|
|
</rule>
|
|
<rule name="comment #">
|
|
<color>comment</color>
|
|
<start>#</start>
|
|
<end>\n</end>
|
|
</rule>
|
|
</pass2>
|
|
</EdnLang>
|