mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-02 18:42:40 +00:00
backing up sublime settings
This commit is contained in:
10
Packages/SublimeREPL/config/Erlang/Default.sublime-commands
Normal file
10
Packages/SublimeREPL/config/Erlang/Default.sublime-commands
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL: Erlang",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_erlang",
|
||||
"file": "config/Erlang/Main.sublime-menu"
|
||||
}
|
||||
}
|
||||
]
|
||||
27
Packages/SublimeREPL/config/Erlang/Main.sublime-menu
Normal file
27
Packages/SublimeREPL/config/Erlang/Main.sublime-menu
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"id": "repl_erlang",
|
||||
"caption": "Erlang",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"cmd": ["erl", "-i"],
|
||||
"cwd": "$file_path",
|
||||
"syntax": "Packages/Erlang/Erlang.tmLanguage",
|
||||
"external_id": "erlang",
|
||||
"extend_env": {"NODE_DISABLE_COLORS": "1"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user