Wix code considers URL as a comment

Hi,
the wix code editor considers my URL as acomment.

wixLocation.to(https://static.wixstatic.com/media/${url}?dn=${filename});

Everything after // is considered as a comment and not as what actually is, a URL.

//static.wixstatic.com/media/${url}?dn=${filename}`);

Hi,

Thanks for reporting. We’ll look into it.

Just to make sure - the code works for you, and it’s just a syntax highlighting issue?