Reports unclosed or unopened xml tags in Scala xml notation.

In the following example, open is marked as unopened:


  val someXml =
    <xml>
      </open>
    </xml>