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:
26
Packages/SublimeREPL/config/Maxima/Main.sublime-menu
Normal file
26
Packages/SublimeREPL/config/Maxima/Main.sublime-menu
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"caption": "Maxima",
|
||||
"id": "repl_maxima",
|
||||
"mnemonic": "m",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"cmd": ["maxima"],
|
||||
"cwd": "$file_path",
|
||||
"external_id": "maxima"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user