mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 22:51:41 +00:00
86 lines
2.5 KiB
Plaintext
86 lines
2.5 KiB
Plaintext
[
|
|
{
|
|
"id":"tools",
|
|
"children":[
|
|
{
|
|
"caption":"SublimeREPL",
|
|
"mnemonic":"r",
|
|
"id":"SublimeREPL",
|
|
"children":[
|
|
{
|
|
"caption":"Ruby",
|
|
"children":[
|
|
{
|
|
"command":"repl_open",
|
|
"caption":"Ruby",
|
|
"id":"repl_ruby",
|
|
"mnemonic":"r",
|
|
"args":{
|
|
"type":"subprocess",
|
|
"external_id":"ruby",
|
|
"encoding":"utf8",
|
|
"cmd":{
|
|
"windows":[
|
|
"ruby.exe",
|
|
"${packages}/SublimeREPL/config/Ruby/pry_repl.rb",
|
|
"$editor"
|
|
],
|
|
"linux":[
|
|
"ruby",
|
|
"${packages}/SublimeREPL/config/Ruby/pry_repl.rb",
|
|
"$editor"
|
|
],
|
|
"osx":[
|
|
"ruby",
|
|
"${packages}/SublimeREPL/config/Ruby/pry_repl.rb",
|
|
"$editor"
|
|
]
|
|
},
|
|
"soft_quit":"\nexit\n",
|
|
"cwd":"$file_path",
|
|
"cmd_postfix":"\n",
|
|
"autocomplete_server": true,
|
|
"syntax":"Packages/Ruby/Ruby.tmLanguage"
|
|
}
|
|
},
|
|
{
|
|
"command":"repl_open",
|
|
"caption":"Ruby - IRB (deprecated)",
|
|
"id":"repl_ruby_irb",
|
|
"mnemonic":"r",
|
|
"args":{
|
|
"type":"subprocess",
|
|
"external_id":"ruby",
|
|
"encoding":"utf8",
|
|
"cmd":{
|
|
"windows":[
|
|
"irb.bat",
|
|
"--noreadline",
|
|
"--inf-ruby-mode"
|
|
],
|
|
"linux":[
|
|
"irb",
|
|
"--noreadline",
|
|
"--inf-ruby-mode"
|
|
],
|
|
"osx":[
|
|
"irb",
|
|
"--noreadline",
|
|
"--inf-ruby-mode"
|
|
]
|
|
},
|
|
"soft_quit":"\nexit\n",
|
|
"cwd":"$file_path",
|
|
"cmd_postfix":"\n",
|
|
"suppress_echo":true,
|
|
"syntax":"Packages/Ruby/Ruby.tmLanguage"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|