aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorMateusz S. Szczygieł2023-07-29 16:57:33 +0000
committerGitHub2023-07-29 16:57:33 +0000
commit13e7edab19793e76840cbed1cc5b50266b88ed5a (patch)
tree509ecd4936319192233f145be69028113587bcec /languages.toml
parent224fd5fa29e43c5b2543ab791de5f46abe1ae8a7 (diff)
Register .gltf file type for JSON (#7781)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
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