mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-07 04:52:12 +00:00
backing up sublime settings
This commit is contained in:
18
Packages/SublimeREPL/config/Scala/Default.sublime-commands
Normal file
18
Packages/SublimeREPL/config/Scala/Default.sublime-commands
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user