<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't seem to work.</div><div><br></div><div>we're using the xquery version "1.0-ml" (MarkLogic'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,'Liberation Mono',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,'Liberation Mono',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('/address/id/(.*)')
%rxq:produces('text/html')
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>