Unnamed repository; edit this file 'description' to name the repository.
Add `.webmanifest` as supported JSON files (#8342)
Closes #8310
zefr0x 2023-09-23
parent 2284bce · commit 842687e
-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