Commit 9c499e6f authored by FichteFoll's avatar FichteFoll

Merge pull request #4905 from tushortz/master

added PyQt5 and Qt completions
parents f0b2cb36 4af1c815
...@@ -1956,6 +1956,17 @@ ...@@ -1956,6 +1956,17 @@
} }
] ]
}, },
{
"name": "PyQt5 Completions",
"details": "https://github.com/tushortz/PyQt5-Completions",
"labels": ["python","completions", "auto-complete", "completion", "autocomplete", "snippet", "Completion"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "PyRefactor", "name": "PyRefactor",
"details": "https://github.com/dnatag/PyRefactor", "details": "https://github.com/dnatag/PyRefactor",
......
...@@ -53,6 +53,17 @@ ...@@ -53,6 +53,17 @@
} }
] ]
}, },
{
"name": "Qt Completions for C++",
"details": "https://github.com/tushortz/Qt-Completions-for-Cpp",
"labels": ["c++","completions", "auto-complete", "completion", "autocomplete", "snippet", "Completion"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "QuarkPHP", "name": "QuarkPHP",
"details": "https://github.com/sahibalejandro/quark-php-sublime", "details": "https://github.com/sahibalejandro/quark-php-sublime",
......
...@@ -301,7 +301,8 @@ ...@@ -301,7 +301,8 @@
] ]
}, },
{ {
"name": "Wildlife", "name": "Wildlife Color Scheme",
"previous_names":["Wildlife"],
"details": "https://github.com/tushortz/wildlife", "details": "https://github.com/tushortz/wildlife",
"labels": ["color scheme","highlighting","linting"], "labels": ["color scheme","highlighting","linting"],
"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