Skip to content

Commit

Permalink
Add .webmanifest as supported JSON files (helix-editor#8342)
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x authored and danillos committed Nov 21, 2023
1 parent 237c5ad commit dcb6325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcb6325

Please sign in to comment.