caused by https://github.com/textmate/html.tmbundle/issues/113
escape the 2nd slash \/ as a workaround <div onclick="window.open('https:/\/example.com')">
\/
<div onclick="window.open('https:/\/example.com')">