ligasgr / intellij-xquery

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

XML tag not syntax highlighted before a comment #164

Closed rhdunn closed 8 years ago

rhdunn commented 8 years ago

Given:

declare function foo() {
    <foo
    (: foo :)
};

The <foo construct is not syntax highlighted as an XML tag. When closing it, the closing </foo> tag does get recognised, but <foo> remains unhighlighted.