You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Syntax definitions provide scopes names to identify tokens. It is common practice to scope JSON/YAML keys meta.mapping.key string for quite some time.
Scope names may change as syntax definitions evolve, which may require adjustments to color schemes to maintain a "got used to" highlighting in some cases.
As mapping keys are correctly scope, this is a "won't fix".
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.
The text was updated successfully, but these errors were encountered: