[oXygen-user] Re: xQuery comments not supported?

Sorin Ristache
Wed Mar 29 01:48:49 CST 2006


Hello David,

Thnak you for pointing it out. It looks like XQuery comments recognition 
  needs to be reimplemented.


Best regards,
Sorin

http://www.oxygenxml.com/


David Sewell wrote:
> Exclamation points also cause problems for XQuery syntax highlighting
> on oXygen 7.1. Try:
> 
>   (: this comment and the next line are highlighted properly :)
>   declare variable $foo := "foo";
>   (: the next lines are highlighted with comment color! :)
>   for $n in 1 to 3
>   return $n
> 
> Remove the '!' from the comment restores the correct highlighting.
> 



More information about the oXygen-user mailing list