mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-01 18:12:00 +00:00
backing up sublime settings
This commit is contained in:
10
Packages/SublimeREPL/config/Racket/Default.sublime-commands
Normal file
10
Packages/SublimeREPL/config/Racket/Default.sublime-commands
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL: Racket",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_plt_racket",
|
||||
"file": "config/Racket/Main.sublime-menu"
|
||||
}
|
||||
}
|
||||
]
|
||||
28
Packages/SublimeREPL/config/Racket/Main.sublime-menu
Normal file
28
Packages/SublimeREPL/config/Racket/Main.sublime-menu
Normal file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children": [
|
||||
{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children": [
|
||||
{
|
||||
"command": "repl_open",
|
||||
"caption": "Racket",
|
||||
"id": "repl_plt_racket",
|
||||
"mnemonic": "n",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"cmd": ["racket"],
|
||||
"cwd": "$file_path",
|
||||
"syntax": "Packages/Racket/Racket.tmLanguage",
|
||||
"external_id": "racket"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user