Ensure *.json recognized as JSONC if checkout folder not `zed` (#34289)

Peter Tripp created

Follow-up to: https://github.com/zed-industries/zed/pull/33410

Release Notes:

- N/A

Change summary

.zed/settings.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.zed/settings.json 🔗

@@ -40,7 +40,7 @@
   },
   "file_types": {
     "Dockerfile": ["Dockerfile*[!dockerignore]"],
-    "JSONC": ["assets/**/*.json", "renovate.json"],
+    "JSONC": ["**/assets/**/*.json", "renovate.json"],
     "Git Ignore": ["dockerignore"]
   },
   "hard_tabs": false,