ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

The 'order' keyword in 'order by' not highlighted when typing it in by hand. #152

Closed rhdunn closed 8 years ago

rhdunn commented 8 years ago

Typing the order by line in:

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.