Add `.webmanifest` as supported JSON files (#8342)

Closes #8310
pull/8369/head
zefr0x 9 months ago committed by GitHub
parent 2284bce970
commit 842687e845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -317,7 +317,7 @@ indent = { tab-width = 2, unit = " " }
name = "json" name = "json"
scope = "source.json" scope = "source.json"
injection-regex = "json" injection-regex = "json"
file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf", "flake.lock", ".babelrc"] file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf", "webmanifest", "flake.lock", ".babelrc"]
roots = [] roots = []
language-servers = [ "vscode-json-language-server" ] language-servers = [ "vscode-json-language-server" ]
auto-format = true auto-format = true

Loading…
Cancel
Save