|
scope: string.unquoted.js |
- scope: string.unquoted.js
+ scope: string.quoted.js
before

after

I'm not entirely sure if this is a problem on my end, but the property color of the object literal has always had the color of a string (yellow), and after updating to 4169 it got the color of a keyword (red) instead. Maybe that scope no longer exists or for whatever reason it now defaults to the keyword color, no other changes on my end besides updating Sublime Text.
babel-sublime/JavaScript (Babel).sublime-syntax
Line 2801 in 2b3608c
before


after
I'm not entirely sure if this is a problem on my end, but the property color of the object literal has always had the color of a string (yellow), and after updating to 4169 it got the color of a keyword (red) instead. Maybe that scope no longer exists or for whatever reason it now defaults to the keyword color, no other changes on my end besides updating Sublime Text.