Settings Bugfix
Build against: 3126
Requires at least: 3000
If you installed Sublime Text for the first time and are using the Rainmeter package, the settings are initialized with the wrong brackets. Settings are supposed to look like
{
"user_specific_setting": true,
}
but it looked like
[
"user_specific_setting": true,
]
As you see in the markup this is not a valid JSON expression. This is a bug introduced by 65376db. If you are already using your own fixed version, you do not need to ugprade for the moment.