mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
18 lines
447 B
Plaintext
18 lines
447 B
Plaintext
[
|
|
{
|
|
"caption": "SublimeREPL: Scala",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_scala",
|
|
"file": "config/Scala/Main.sublime-menu"
|
|
}
|
|
},
|
|
{
|
|
"caption": "SublimeREPL: SBT for opened folder",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_sbt",
|
|
"file": "config/Scala/Main.sublime-menu"
|
|
}
|
|
}
|
|
] |