mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-04 19:41:50 +00:00
backing up sublime settings
This commit is contained in:
73
Packages/SublimeREPL/config/Scheme/Main.sublime-menu
Normal file
73
Packages/SublimeREPL/config/Scheme/Main.sublime-menu
Normal file
@@ -0,0 +1,73 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"caption": "Scheme",
|
||||
"id": "Scheme",
|
||||
|
||||
"children":[
|
||||
{"command": "repl_open",
|
||||
"caption": "Scheme",
|
||||
"id": "repl_scheme",
|
||||
"mnemonic": "r",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"external_id": "scheme",
|
||||
"cmd": {"linux": ["scheme"],
|
||||
"osx": ["scheme"],
|
||||
"windows": ["scheme"]},
|
||||
"soft_quit": "\nexit\n",
|
||||
"cwd": "$folder",
|
||||
"cmd_postfix": "\n",
|
||||
"extend_env": {"INSIDE_EMACS": "1"},
|
||||
"syntax": "Packages/sublime-scheme-syntax/Scheme.tmLanguage"
|
||||
}
|
||||
},
|
||||
{"command": "repl_open",
|
||||
"caption": "Gauche",
|
||||
"id": "repl_gauche",
|
||||
"mnemonic": "r",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"external_id": "gauche",
|
||||
"cmd": {"linux": ["gosh", "-i"],
|
||||
"osx": ["gosh", "-i"],
|
||||
"windows": ["gosh", "-i"]},
|
||||
"soft_quit": "\n(exit)\n",
|
||||
"cwd": "$folder",
|
||||
"cmd_postfix": "\n",
|
||||
"extend_env": {"INSIDE_EMACS": "1"},
|
||||
"syntax": "Packages/Gauche/Gauche.tmLanguage"
|
||||
}
|
||||
},
|
||||
{"command": "repl_open",
|
||||
"caption": "Petite Chez Scheme",
|
||||
"id": "repl_petite",
|
||||
"mnemonic": "r",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"external_id": "petite",
|
||||
"cmd": {"linux": ["petite"],
|
||||
"osx": ["petite"],
|
||||
"windows": ["petite"]},
|
||||
"soft_quit": "\n(exit)\n",
|
||||
"cwd": "$folder",
|
||||
"cmd_postfix": "\n",
|
||||
"extend_env": {"INSIDE_EMACS": "1"},
|
||||
"syntax": "Packages/sublime-scheme-syntax/Scheme.tmLanguage"
|
||||
}
|
||||
}
|
||||
]}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user