mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-06-07 03:14:08 +00:00
backing up sublime settings
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"caption": "Sublime",
|
||||
"id": "repl_sublime_python",
|
||||
"args": {
|
||||
"type": "sublime_python",
|
||||
"encoding": "utf8",
|
||||
"syntax": "Packages/Python/Python.tmLanguage"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user