Open d07RiV opened 6 years ago
Using for-in statement breaks syntax highlighting for the for statement (after and including in keyword) and up until the next semicolon.
for
in
for (let type in attachments) { const desc = attachments[type];
is displayed as
Note how in and const are not highlighted.
const
Using for-in statement breaks syntax highlighting for the
for
statement (after and includingin
keyword) and up until the next semicolon.is displayed as
Note how
in
andconst
are not highlighted.