1. euphoria.xml vs multiLine

I'm trying to put multiline comment in euphoria.xml.

Not having any other clue, I found this part in c.xml

    <comments> 
      <comment name="singleLine" start="//" /> 
      <comment name="multiLine" start="/*" end="*/" /> 
    </comments> 
and stuck the multiLine line in euphoria.xml, like so
    <comments> 
      <comment name="singleLine" start="--" /> 
      <comment name="multiLine" start="/*" end="*/" /> 
    </comments> 
But the multiLine line doesn't work in euphoria.xml. It works in c.xml; I tested c.xml. The keywords I added to euphoria.xml work.

It's copied exactly. Why does it not work?

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu