mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-06 04:21:58 +00:00
backing up sublime settings
This commit is contained in:
35
Packages/SublimeREPL/config/Groovy/Main.sublime-menu
Normal file
35
Packages/SublimeREPL/config/Groovy/Main.sublime-menu
Normal file
@@ -0,0 +1,35 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"id": "repl_groovy",
|
||||
"caption": "Groovy",
|
||||
"mnemonic": "g",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"external_id": "groovy",
|
||||
"cmd": {"linux": ["groovysh", "--terminal=none"],
|
||||
"osx": ["groovysh", "--terminal=none"],
|
||||
"windows": ["groovysh.bat", "--terminal=none"]},
|
||||
"soft_quit": "\nexit\n",
|
||||
"cwd": "$file_path",
|
||||
"cmd_postfix": "\n",
|
||||
"extend_env": {"osx": {"PATH": "{PATH}:/usr/local/bin"},
|
||||
"linux": {"PATH": "{PATH}:/usr/local/bin"},
|
||||
"windows": {}},
|
||||
"suppress_echo": false,
|
||||
"syntax": "Packages/Groovy/Groovy.tmLanguage"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user