RvonMassow / xDoc

Xtext documentation Language
33 stars 15 forks source link

URLs in code[] treated as single-line comments #81

Open meysholdt opened 12 years ago

meysholdt commented 12 years ago

Example:

code[

xtend http://build.eclipse.org/common/xtend/maven/ xtend http://build.eclipse.org/common/xtend/maven/

]

The URL is being highlighted as single line comment.

meysholdt commented 12 years ago

Since this ticket system digests HTML, here is the example again:

code[
<repositories>
  <repository>
    <id>xtend</id>
    <url>http://build.eclipse.org/common/xtend/maven/</url>
  </repository>
</repositories>
<pluginRepositories>
  <pluginRepository>
    <id>xtend</id>
    <url>http://build.eclipse.org/common/xtend/maven/</url>
  </pluginRepository>
</pluginRepositories>
]