Commit d7d1e75c authored by FichteFoll's avatar FichteFoll

Merge pull request #2839 from greneholt/master

Changing ownership of SublimeExternalCommand and adding support for st3
parents ccc602f1 aba5ab98
...@@ -622,6 +622,22 @@ ...@@ -622,6 +622,22 @@
} }
] ]
}, },
{
"name": "External Command",
"details": "https://github.com/greneholt/SublimeExternalCommand/",
"previous_names": ["SublimeExternalCommand"],
"labels": ["text manipulation"],
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/greneholt/SublimeExternalCommand/tree/st2"
},
{
"sublime_text": ">=3000",
"details": "https://github.com/greneholt/SublimeExternalCommand/tags"
}
]
},
{ {
"name": "Extract Sublime Package", "name": "Extract Sublime Package",
"details": "https://github.com/SublimeText/ExtractSublimePackage", "details": "https://github.com/SublimeText/ExtractSublimePackage",
......
...@@ -1878,15 +1878,6 @@ ...@@ -1878,15 +1878,6 @@
} }
] ]
}, },
{
"details": "https://github.com/technocoreai/SublimeExternalCommand",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/technocoreai/SublimeExternalCommand/tree/master"
}
]
},
{ {
"details": "https://github.com/quarnster/SublimeGDB", "details": "https://github.com/quarnster/SublimeGDB",
"releases": [ "releases": [
......
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