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