ligasgr / intellij-xquery

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

A lone closing comment sequence `:)` after a MarkLogic transaction should be flagged as an error. #155

Closed rhdunn closed 8 years ago

rhdunn commented 8 years ago

Given

:)
()
;
:)
()

The first :) is flagged as an error, but the second :) is not. This is also reproducible without the first :) -- the key part is the MarkLogic transaction separator.

ligasgr commented 8 years ago

Please see https://github.com/ligasgr/intellij-xquery/issues/113 Semicolon is currently not supported as transaction separator.