mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
Register .gltf file type for JSON (#7781)
This commit is contained in:
parent
224fd5fa29
commit
13e7edab19
@ -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…
Reference in New Issue
Block a user