mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 22:51:41 +00:00
27 lines
675 B
Plaintext
27 lines
675 B
Plaintext
[
|
|
{
|
|
"caption": "SublimeREPL: Scheme",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_scheme",
|
|
"file": "config/Scheme/Main.sublime-menu"
|
|
}
|
|
},
|
|
{
|
|
"caption": "SublimeREPL: Gauche",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_gauche",
|
|
"file": "config/Scheme/Main.sublime-menu"
|
|
}
|
|
},
|
|
{
|
|
"caption": "SublimeREPL: Petite Chez Scheme",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_petite",
|
|
"file": "config/Scheme/Main.sublime-menu"
|
|
}
|
|
}
|
|
]
|