Commit 726260be authored by Vu Le's avatar Vu Le

* fix: wrong 'labels' value syntax

The value of labels field should be an array of strings.
parent 923aa87d
...@@ -742,7 +742,7 @@ ...@@ -742,7 +742,7 @@
{ {
"name": "CMakeEditor", "name": "CMakeEditor",
"details": "https://github.com/thenewvu/SublimeCMakeEditor", "details": "https://github.com/thenewvu/SublimeCMakeEditor",
"labels": ["language syntax auto-complete documentation"], "labels": ["language syntax", "auto-complete", "documentation"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
......
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