backing up sublime settings

This commit is contained in:
2014-04-04 11:21:58 -04:00
commit 2cbece8593
274 changed files with 23793 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
[
{
"id": "sublimelinter",
"caption": "SublimeLinter",
"children":
[
$menus,
{
"caption": "Choose Gutter Theme...",
"command": "sublimelinter_choose_gutter_theme"
},
{
"caption": "Toggle Linter...",
"command": "sublimelinter_toggle_linter", "args":
{
"which": "all"
}
},
{
"caption": "-"
},
{
"caption": "Lint This View",
"command": "sublimelinter_lint"
},
{
"caption": "Next Error",
"command": "sublimelinter_goto_error", "args": {"direction": "next"}
},
{
"caption": "Previous Error",
"command": "sublimelinter_goto_error", "args": {"direction": "previous"}
},
{
"caption": "Show All Errors",
"command": "sublimelinter_show_all_errors"
},
{
"caption": "Show Errors on Save",
"command": "sublimelinter_toggle_setting", "args":
{
"setting": "show_errors_on_save",
"checked": true
}
},
{
"caption": "-"
},
{
"caption": "Open User Settings",
"command": "open_file", "args":
{
"file": "${packages}/User/SublimeLinter.sublime-settings"
}
},
{
"caption": "Debug Mode",
"command": "sublimelinter_toggle_setting", "args":
{
"setting": "debug",
"checked": true
}
}
]
}
]