mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
backing up sublime settings
This commit is contained in:
10
Packages/SublimeREPL/config/SML/Default.sublime-commands
Normal file
10
Packages/SublimeREPL/config/SML/Default.sublime-commands
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL: SML",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_sml",
|
||||
"file": "config/SML/Main.sublime-menu"
|
||||
}
|
||||
}
|
||||
]
|
||||
26
Packages/SublimeREPL/config/SML/Main.sublime-menu
Normal file
26
Packages/SublimeREPL/config/SML/Main.sublime-menu
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"caption": "SML",
|
||||
"id": "repl_sml",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"cmd": ["sml"],
|
||||
"cwd": "$file_path",
|
||||
"external_id": "sml",
|
||||
"syntax": "Packages/SML (Standard ML)/sml.tmLanguage"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user