mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "Rails",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{
|
|
"command": "repl_open",
|
|
"caption": "Rails",
|
|
"id": "repl_rails",
|
|
"external_id":"rails",
|
|
"mnemonic": "r",
|
|
"args":
|
|
{
|
|
"type": "subprocess",
|
|
"encoding": {"windows": "$win_cmd_encoding",
|
|
"linux": "utf-8",
|
|
"osx": "utf-8"},
|
|
"cmd": { "windows": ["ruby.exe", "${packages}/SublimeREPL/config/Rails/pry_repl.rb", "$editor"],
|
|
"linux": ["ruby", "${packages}/SublimeREPL/config/Rails/pry_repl.rb", "$editor"],
|
|
"osx": ["ruby", "${packages}/SublimeREPL/config/Rails/pry_repl.rb", "$editor"] },
|
|
"env": {},
|
|
"soft_quit":"\nexit\n",
|
|
"cwd":"$folder",
|
|
"cmd_postfix":"\n",
|
|
"autocomplete_server": true,
|
|
"syntax": "Packages/Ruby/Ruby.tmLanguage"
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|