Commit 4af1c815 authored by Taiwo Kareem's avatar Taiwo Kareem

added PyQt5 and Qt completions

parent d0701b13
...@@ -1947,23 +1947,23 @@ ...@@ -1947,23 +1947,23 @@
] ]
}, },
{ {
"name": "PyQt5 Completions", "name": "PyQt Search",
"details": "https://github.com/tushortz/PyQt5-Completions", "details": "https://github.com/achayan/sublimePyQtSearch",
"labels": ["python","completions", "auto-complete", "completion", "autocomplete", "snippet", "Completion"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"tags": true "branch": "master"
} }
] ]
}, },
{ {
"name": "PyQt Search", "name": "PyQt5 Completions",
"details": "https://github.com/achayan/sublimePyQtSearch", "details": "https://github.com/tushortz/PyQt5-Completions",
"labels": ["python","completions", "auto-complete", "completion", "autocomplete", "snippet", "Completion"],
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"branch": "master" "tags": true
} }
] ]
}, },
......
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