mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-07 13:02:39 +00:00
backing up sublime settings
This commit is contained in:
32
Packages/SublimeREPL/config/Io/Main.sublime-menu
Normal file
32
Packages/SublimeREPL/config/Io/Main.sublime-menu
Normal file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"caption": "Io",
|
||||
"id": "repl_io",
|
||||
"mnemonic": "i",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"cmd": {"linux": ["io", "${packages}/SublimeREPL/config/Io/repl.io"],
|
||||
"windows": ["io", "${packages}/SublimeREPL/config/Io/repl.io"],
|
||||
"osx": ["io", "${packages}/SublimeREPL/config/Io/repl.io"]},
|
||||
"cwd": "$file_path",
|
||||
"external_id": "io",
|
||||
"suppress_echo": {"linux": true,
|
||||
"windows": false,
|
||||
"osx": true},
|
||||
"syntax": "Packages/SublimeREPL/config/Io/Io.tmLanguage"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user