Commit 804b1a7a authored by joneshf's avatar joneshf

Merge pull request #1621 from srusskih/master

update SublimeJEDI registration for v2.0
parents ec8e5fe0 2f8ce2f8
...@@ -123,7 +123,6 @@ ...@@ -123,7 +123,6 @@
"https://raw.github.com/smpanaro/sublime-spotify/master/packages.json", "https://raw.github.com/smpanaro/sublime-spotify/master/packages.json",
"https://raw.github.com/sokolovstas/SublimeWebInspector/master/packages.json", "https://raw.github.com/sokolovstas/SublimeWebInspector/master/packages.json",
"https://raw.github.com/soncy/AutoComments-for-Sublime-Text-2/master/packages.json", "https://raw.github.com/soncy/AutoComments-for-Sublime-Text-2/master/packages.json",
"https://raw.github.com/srusskih/SublimeJEDI/master/packages.json",
"https://raw.github.com/SublimeCodeIntel/SublimeCodeIntel/master/packages.json", "https://raw.github.com/SublimeCodeIntel/SublimeCodeIntel/master/packages.json",
"https://raw.github.com/SublimeLinter/SublimeLinter/master/package_control.json", "https://raw.github.com/SublimeLinter/SublimeLinter/master/package_control.json",
"https://raw.github.com/superbob/SublimeTextLanguageFrench/master/packages.json", "https://raw.github.com/superbob/SublimeTextLanguageFrench/master/packages.json",
......
...@@ -150,8 +150,20 @@ ...@@ -150,8 +150,20 @@
] ]
}, },
{ {
"name": "Jimbly's Clipboard History", "name": "Jedi - Python autocompletion",
"details": "https://github.com/Jimbly/SublimeClipboardHistory", "previous_names": ["SublimeJEDI", "Jedi - Python competion"],
"details": "https://github.com/srusskih/SublimeJEDI",
"labels": ["auto-complete", "code navigation"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/srusskih/SublimeJEDI/tags"
}
]
},
{
"name": "Jimbly's Clipboard History",
"details": "https://github.com/Jimbly/SublimeClipboardHistory",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment