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": "Clojure",
"description": "Build and test a Clojure project with Leiningen.",
"iconName": "clojure",
"category": null
"category": ["Clojure", "Java"]
}