the test identifier is not highlighted as an XML element (i.e. maroon). Closing the tag causes a correctly highlighted element to be inserted.
This does not happen given return () to start with, but occurs when incrementally editing an XQuery file. The context I am encountering this is with constructs like let $a := <test -- the above steps to reproduce are just the minimal steps to re-create the behaviour.
Given:
Typing
<test
before the()
to give:the
test
identifier is not highlighted as an XML element (i.e. maroon). Closing the tag causes a correctly highlighted element to be inserted.This does not happen given
return ()
to start with, but occurs when incrementally editing an XQuery file. The context I am encountering this is with constructs likelet $a := <test
-- the above steps to reproduce are just the minimal steps to re-create the behaviour.