If you get the parsing error, ensure theres either a comma or a closing bracket after each setting.

This informs the program there are more configuration parameters remaining.

When adding new controls, double-check your code to check that all the parameters are separated by commas.

sublime text error trying to parse settings error

Enable default preferences

One way to fix this error is to tweak yourPreferencesfile and bring it to default options.

Go toPreferences>Settingsto locate the file thats having problems.

Copy over the default prefs and look to see if the error persists.

sublime text preferences settings

Your custom user preferences override the default configs.

Sublime Text will automatically re-created the data folder when you load it again.

If you choose to use this method, dont forget to backup that file first.

We hope you managed to fix the parse controls error in Sublime Text.