Skip to content

Commit

Permalink
Register .gltf file type for JSON (helix-editor#7781)
Browse files Browse the repository at this point in the history
  • Loading branch information
matszczygiel authored and mtoohey31 committed Jun 2, 2024
1 parent e7d66d4 commit 19ea1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19ea1a8

Please sign in to comment.