Associate devcontainer.json with JSONC language (#45593) (cherry-pick to preview) (#45596)

zed-zippy[bot] and Teoh Han Hui created

Cherry-pick of #45593 to preview

----
Release Notes:

- N/A

Co-authored-by: Teoh Han Hui <teohhanhui@gmail.com>

Change summary

crates/languages/src/jsonc/config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/languages/src/jsonc/config.toml 🔗

@@ -1,6 +1,6 @@
 name = "JSONC"
 grammar = "jsonc"
-path_suffixes = ["jsonc", "bun.lock", "tsconfig.json", "pyrightconfig.json"]
+path_suffixes = ["jsonc", "bun.lock", "devcontainer.json", "pyrightconfig.json", "tsconfig.json"]
 line_comments = ["// "]
 autoclose_before = ",]}"
 brackets = [