Commit f1be527b authored by Peter Varo's avatar Peter Varo

Python & Cython language packages are now separated

parent 81e518d9
...@@ -1737,6 +1737,17 @@ ...@@ -1737,6 +1737,17 @@
"details": "https://github.com/NotSqrt/sublime-cython/tags" "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 @@ ...@@ -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", "name": "ModernPerl",
"details": "https://github.com/Blaizer/ModernPerl-sublime", "details": "https://github.com/Blaizer/ModernPerl-sublime",
......
...@@ -1078,7 +1078,7 @@ ...@@ -1078,7 +1078,7 @@
"details": "https://github.com/ningbit/sublime_pxtoem/tags" "details": "https://github.com/ningbit/sublime_pxtoem/tags"
} }
] ]
}, },
{ {
"details": "https://github.com/biermeester/Pylinter", "details": "https://github.com/biermeester/Pylinter",
"labels": ["linting"], "labels": ["linting"],
...@@ -1130,6 +1130,17 @@ ...@@ -1130,6 +1130,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", "name": "Python Anywhere Editor",
"details": "https://github.com/kutu/PythonAnywhereEditor", "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