Commit f42cac30 authored by wibens's avatar wibens

Rename C Complete to CComplete because spaces dont work

parent 2105f38e
{ {
"schema_version": "3.0.0", "schema_version": "3.0.0",
"packages": [ "packages": [
{
"name": "C Complete",
"details": "https://github.com/ibensw/CComplete",
"labels": ["auto-complete"],
"releases": [
{
"sublime_text": "*",
"platforms": ["linux"],
"tags": true
}
]
},
{ {
"name": "C Improved", "name": "C Improved",
"details": "https://github.com/abusalimov/SublimeCImproved", "details": "https://github.com/abusalimov/SublimeCImproved",
...@@ -337,6 +325,18 @@ ...@@ -337,6 +325,18 @@
} }
] ]
}, },
{
"name": "CComplete",
"details": "https://github.com/ibensw/CComplete",
"labels": ["auto-complete"],
"releases": [
{
"sublime_text": "*",
"platforms": ["linux"],
"tags": true
}
]
},
{ {
"name": "cdnjs", "name": "cdnjs",
"details": "https://github.com/dafrancis/Sublime-Text--cdnjs", "details": "https://github.com/dafrancis/Sublime-Text--cdnjs",
......
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