Hi,
nice product, but it seems to have some parsing problems 😉
In SQLyog 4.0 Free Version I found something that is annoying sometimes:
In the following text, the first line should be displayed as normal text, the following two lines should be displayed as commented-out text.
But the “>” sign seems to have a special meaning to the highlight-parser, but not to sql, because all the commented-out text after the “>” is displayed as normal text, not as comment. It is still executed correctly, though.
from from from
/* from from > from
from from from
*/