mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-06 12:32:21 +00:00
backing up sublime settings
This commit is contained in:
42
Packages/SublimeREPL/config/R/Main.sublime-menu
Normal file
42
Packages/SublimeREPL/config/R/Main.sublime-menu
Normal file
@@ -0,0 +1,42 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"caption": "R",
|
||||
"id": "repl_r",
|
||||
"mnemonic": "r",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"external_id": "r",
|
||||
"additional_scopes": ["tex.latex.knitr"],
|
||||
"encoding": {
|
||||
"windows": "$win_cmd_encoding",
|
||||
"linux": "utf8",
|
||||
"osx": "utf8"
|
||||
},
|
||||
"soft_quit": "\nquit(save=\"no\")\n",
|
||||
"cmd": {"linux": ["R", "--interactive", "--no-readline"],
|
||||
"osx": ["R", "--interactive", "--no-readline"],
|
||||
"windows": ["Rterm.exe", "--ess", "--encoding=$win_cmd_encoding"]},
|
||||
"cwd": "$file_path",
|
||||
"extend_env": {"osx": {"PATH": "{PATH}:/usr/local/bin"},
|
||||
"linux": {"PATH": "{PATH}:/usr/local/bin"},
|
||||
"windows": {}},
|
||||
"cmd_postfix": "\n",
|
||||
"suppress_echo": {"osx": true,
|
||||
"linux": true,
|
||||
"windows": false},
|
||||
"syntax": "Packages/R/R Console.tmLanguage"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user