mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 06:31:34 +00:00
96 lines
2.2 KiB
Plaintext
96 lines
2.2 KiB
Plaintext
[
|
||
{
|
||
"id": "tools",
|
||
"children":
|
||
$menus
|
||
},
|
||
|
||
{
|
||
"caption": "Preferences",
|
||
"id": "preferences",
|
||
"mnemonic": "n",
|
||
"children":
|
||
[
|
||
{
|
||
"caption": "Package Settings",
|
||
"id": "package-settings",
|
||
"mnemonic": "P",
|
||
"children":
|
||
[
|
||
{
|
||
"caption": "SublimeLinter",
|
||
"children":
|
||
[
|
||
{
|
||
"caption": "Settings – Default",
|
||
"command": "open_file", "args":
|
||
{
|
||
"file": "${packages}/SublimeLinter/SublimeLinter.sublime-settings"
|
||
}
|
||
},
|
||
{
|
||
"caption": "Settings – User",
|
||
"command": "open_file", "args":
|
||
{
|
||
"file": "${packages}/User/SublimeLinter.sublime-settings"
|
||
}
|
||
},
|
||
{
|
||
"caption": "-"
|
||
},
|
||
{
|
||
"caption": "Key Bindings – Default",
|
||
"command": "open_file", "args":
|
||
{
|
||
"file": "${packages}/SublimeLinter/Default (OSX).sublime-keymap",
|
||
"platform": "OSX"
|
||
}
|
||
},
|
||
{
|
||
"caption": "Key Bindings – User",
|
||
"command": "open_file", "args":
|
||
{
|
||
"file": "${packages}/User/Default (OSX).sublime-keymap",
|
||
"platform": "OSX"
|
||
}
|
||
},
|
||
{
|
||
"caption": "Key Bindings – Default",
|
||
"command": "open_file", "args":
|
||
{
|
||
"file": "${packages}/SublimeLinter/Default (Linux).sublime-keymap",
|
||
"platform": "Linux"
|
||
}
|
||
},
|
||
{
|
||
"caption": "Key Bindings – User",
|
||
"command": "open_file", "args":
|
||
{
|
||
"file": "${packages}/User/Default (Linux).sublime-keymap",
|
||
"platform": "Linux"
|
||
}
|
||
},
|
||
{
|
||
"caption": "Key Bindings – Default",
|
||
"command": "open_file", "args":
|
||
{
|
||
"file": "${packages}/SublimeLinter/Default (Windows).sublime-keymap",
|
||
"platform": "Windows"
|
||
}
|
||
},
|
||
{
|
||
"caption": "Key Bindings – User",
|
||
"command": "open_file", "args":
|
||
{
|
||
"file": "${packages}/User/Default (Windows).sublime-keymap",
|
||
"platform": "Windows"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|