尝试解析设置时出错

时间:2014-01-09 00:43:57

标签: sublimetext2

以下是我打开程序时遇到的确切错误:

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

2 个答案:

答案 0 :(得分:1)

您可以删除评论并使用http://zaach.github.io/jsonlint/之类的服务来验证JSON。

答案 1 :(得分:1)

软件包/默认/ Preferences.sublime设置。请检查该文件(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
}