diff options
author | Mateusz S. Szczygieł | 2023-07-29 16:57:33 +0000 |
---|---|---|
committer | GitHub | 2023-07-29 16:57:33 +0000 |
commit | 13e7edab19793e76840cbed1cc5b50266b88ed5a (patch) | |
tree | 509ecd4936319192233f145be69028113587bcec | |
parent | 224fd5fa29e43c5b2543ab791de5f46abe1ae8a7 (diff) |
Register .gltf file type for JSON (#7781)
-rw-r--r-- | languages.toml | 2 |
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 |