Multiline quotes and highlighting

Little bug:

When you type text between quotes (') in the SQL Window, it is highlighted. But if the quoted text is on more lines, the second line starts with default text and the highlighting starts again after the closing quote.

Example, paste this in the SQL window:

select 'the date
is ' || sysdate from dual;
 
Back
Top