diff options
-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 |