Line 614 seems to not be working as they are being set as variable.other.readwrite.js not keyword.operator.word.js.
variable.other.readwrite.js
keyword.operator.word.js
This is on Build 3157
for (let item of items) { console.log(item); } for (let thing in things) { console.log(thing); }
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.
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).