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 @@
{
"name": "CMakeEditor",
"details": "https://github.com/thenewvu/SublimeCMakeEditor",
"labels": ["language syntax auto-complete documentation"],
"labels": ["language syntax", "auto-complete", "documentation"],
"releases": [
{
"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