aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzefr0x2023-09-23 01:50:44 +0000
committerGitHub2023-09-23 01:50:44 +0000
commit842687e8452322f860e22d135d5e8240ad29879c (patch)
tree4a2eb74706b4b93137ec3e624106472bbac4dede
parent2284bce970e9175fd81851e1616218a6119354fc (diff)
Add `.webmanifest` as supported JSON files (#8342)
Closes #8310
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index b0fc6344..965da6dd 100644
--- a/languages.toml
+++ b/languages.toml
@@ -317,7 +317,7 @@ indent = { tab-width = 2, unit = " " }
name = "json"
scope = "source.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 = []
language-servers = [ "vscode-json-language-server" ]
auto-format = true