Register .gltf file type for JSON (#7781)

pull/7785/head
Mateusz S. Szczygieł 11 months ago committed by GitHub
parent 224fd5fa29
commit 13e7edab19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save