Register .gltf file type for JSON (#7781)

This commit is contained in:
Mateusz S. Szczygieł 2023-07-29 18:57:33 +02:00 committed by GitHub
parent 224fd5fa29
commit 13e7edab19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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