Question

Here is the exact error I get as I open the program:

Error trying to parse settings: Expected value in ~/Library/Application Support/Sublime Text 2/Packages/Default/Preferences.sublime-settings:1:13677

Was it helpful?

Solution

You can remove the comments and use a service like http://zaach.github.io/jsonlint/ to validate the JSON.

OTHER TIPS

Packages/Default/Preferences.sublime-settings. Check that file instead (Sublime Text 2 -> Preferences -> Settings - Default

{
    "bold_folder_labels": true,
    "caret_style": "phase",
    "fade_fold_buttons": false,
    "font_face": "Consolas",
    "font_size": 12,
    "highlight_line": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top