V8 Bug: syntax highlight in Package

Killservice

Member²
Hallo in my Projects not all packages are written

Code:
CREATE OR REPLACE PACKAGE BODY ...
but
Code:
CREATE OR REPLACE
PACKAGE BODY  ...

in second case is the highlight of variables wrong.
Marco can you check this please?
 
ok,
now I know hot do reproduce it :-)

You need a file with package spec und bod in one.
then you make this from first post ONLY in a package body
and you see this problem. spec must by writen in one line.
 
Back
Top