diff --git a/languages.toml b/languages.toml index 54ce05b5f..91fc05870 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