1. euphoria.xml vs multiLine
- Posted by Jerry_Story Jul 29, 2010
- 1042 views
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?