Commit e7581234 authored by FichteFoll's avatar FichteFoll

Merge pull request #2739 from petervaro/master

Python & Cython language packages are now separated
parents 8c966eb2 17af6a94
......@@ -1748,6 +1748,17 @@
"details": "https://github.com/NotSqrt/sublime-cython/tags"
}
]
},
{
"name": "Cython+",
"details": "https://github.com/petervaro/python",
"labels": ["language syntax"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/petervaro/python/tree/cython"
}
]
}
]
}
......@@ -603,28 +603,6 @@
}
]
},
{
"name": "Modern Cython",
"details": "https://github.com/petervaro/python",
"labels": ["language syntax"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/petervaro/python/tree/master/Cython"
}
]
},
{
"name": "Modern Python",
"details": "https://github.com/petervaro/python",
"labels": ["language syntax"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/petervaro/python/tree/master/Python"
}
]
},
{
"name": "ModernPerl",
"details": "https://github.com/Blaizer/ModernPerl-sublime",
......
......@@ -1142,6 +1142,17 @@
}
]
},
{
"name": "Python 3",
"details": "https://github.com/petervaro/python",
"labels": ["language syntax"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/petervaro/python/tree/python"
}
]
},
{
"name": "Python Anywhere Editor",
"details": "https://github.com/kutu/PythonAnywhereEditor",
......
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