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:
10
Packages/SublimeREPL/config/Elixir/Default.sublime-commands
Normal file
10
Packages/SublimeREPL/config/Elixir/Default.sublime-commands
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL: Elixir",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_elixir",
|
||||
"file": "config/Elixir/Main.sublime-menu"
|
||||
}
|
||||
}
|
||||
]
|
||||
27
Packages/SublimeREPL/config/Elixir/Main.sublime-menu
Normal file
27
Packages/SublimeREPL/config/Elixir/Main.sublime-menu
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"id": "repl_elixir",
|
||||
"caption": "Elixir",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"encoding": "utf8",
|
||||
"cmd": ["iex"],
|
||||
"cwd": "$file_path",
|
||||
"syntax": "Packages/Elixir/Elixir.tmLanguage",
|
||||
"external_id": "elixir",
|
||||
"extend_env": {"NODE_DISABLE_COLORS": "1"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user