Editor confused at alter session close database link

If the command ALTER SESSION CLOSE DATABASE LINK a.b.c.d; does not enclose the link name in double quotes, the editor and the formatter get confused.

The formatter inserts blanks:
ALTER SESSION CLOSE DATABASE LINK a.b.c . d;

And the editor shows an error, although the command is executed without any problems.

BR
Dirk

Thanks. I see this and will log it.