<div dir="ltr">Hi,<div><br></div><div>I noticed that currently (14.2) the highlighting of xquery annotations as introduced with 3.0 doesn&#39;t seem to work.</div><div><br></div><div>we&#39;re using the xquery version &quot;1.0-ml&quot; (MarkLogic&#39;s flavour of xquery 1.0, with 3.0 features mixed in).</div>

<div><br></div><div style>the annotations look like this (taken from <a href="https://github.com/xquery/rxq">https://github.com/xquery/rxq</a>):</div><div style><pre style="margin-top:15px;margin-bottom:15px;padding:6px 10px;border:1px solid rgb(221,221,221);font-size:13px;font-family:Consolas,&#39;Liberation Mono&#39;,Courier,monospace;background-color:rgb(248,248,248);line-height:19px;overflow:auto;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;color:rgb(51,51,51)">

<code style="margin:0px;padding:0px;border:none;font-size:12px;font-family:Consolas,&#39;Liberation Mono&#39;,Courier,monospace;background-color:transparent;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px">declare 
   %rxq:GET
   %rxq:path(&#39;/address/id/(.*)&#39;)
   %rxq:produces(&#39;text/html&#39;)
function addr:get-address($id){ 
   .... 
};</code></pre></div><div style>what would need to be done to make annotations display correctly?</div><div><br></div><div><br clear="all"><div>cheers,<br>Jakob.</div>
</div></div>