diff options
author | zefr0x | 2023-09-23 01:50:44 +0000 |
---|---|---|
committer | GitHub | 2023-09-23 01:50:44 +0000 |
commit | 842687e8452322f860e22d135d5e8240ad29879c (patch) | |
tree | 4a2eb74706b4b93137ec3e624106472bbac4dede | |
parent | 2284bce970e9175fd81851e1616218a6119354fc (diff) |
Add `.webmanifest` as supported JSON files (#8342)
Closes #8310
-rw-r--r-- | languages.toml | 2 |
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 |