Closed rhdunn closed 8 years ago
Typing the order by line in:
order by
for $foo in /bar order by $foo/text() return $foo
causes by to have keyword highlighting, but not order. Any modification around the order by text (adding a space before order, deleting and adding the space between order and by, etc.) causes order to have the correct highlighting.
by
order
Typing the
order by
line in:causes
by
to have keyword highlighting, but notorder
. Any modification around theorder by
text (adding a space beforeorder
, deleting and adding the space betweenorder
andby
, etc.) causesorder
to have the correct highlighting.