allow templates to show up in multiple categories

This commit is contained in:
Andy McKay
2019-07-29 16:14:53 -07:00
parent 093fe05821
commit 9536724466
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "C/C++ with Make",
"description": "Build and test a C/C++ project using Make.",
"iconName": "c-cpp",
"category": null
"category": ["C", "C++"]
}