From 13e7edab19793e76840cbed1cc5b50266b88ed5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mateusz=20S=2E=20Szczygie=C5=82?=
 <mateuszszczygiel95@gmail.com>
Date: Sat, 29 Jul 2023 18:57:33 +0200
Subject: [PATCH] Register .gltf file type for JSON (#7781)

---
 languages.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/languages.toml b/languages.toml
index 54ce05b5..91fc0587 100644
--- a/languages.toml
+++ b/languages.toml
@@ -310,7 +310,7 @@ indent = { tab-width = 2, unit = "  " }
 name = "json"
 scope = "source.json"
 injection-regex = "json"
-file-types = ["json", "jsonc", "arb", "ipynb", "geojson"]
+file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf"]
 roots = []
 language-servers = [ "vscode-json-language-server" ]
 auto-format = true