mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-06-06 19:04:07 +00:00
backing up sublime settings
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user