Packages: [JavaScript] For loop of & in operators not highlighting correctly

Created on 27 Mar 2018  路  3Comments  路  Source: sublimehq/Packages

Line 614 seems to not be working as they are being set as variable.other.readwrite.js not keyword.operator.word.js.

This is on Build 3157
screen shot 2018-03-27 at 10 14 53 am

for (let item of items) {
  console.log(item);
}

for (let thing in things) {
  console.log(thing);
}

Most helpful comment

I believe this was fixed in https://github.com/sublimehq/Packages/pull/1469 (but will obviously only show up in the next build).

All 3 comments

I believe this was fixed in https://github.com/sublimehq/Packages/pull/1469 (but will obviously only show up in the next build).

Definitely fixed in 3158.

Fixed in 3159.

Was this page helpful?
0 / 5 - 0 ratings