mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Treat flake.lock
files as JSON (#13886)
This PR updates the default settings to treat Nix's `flake.lock` files as JSON. Resolves https://github.com/zed-extensions/nix/issues/2. Release Notes: - Nix's `flake.lock` files are now automatically identified as JSON.
This commit is contained in:
parent
5c7e6b7eff
commit
c190ed49da
@ -690,6 +690,7 @@
|
||||
// }
|
||||
//
|
||||
"file_types": {
|
||||
"JSON": ["flake.lock"],
|
||||
"JSONC": ["**/.zed/**/*.json", "**/zed/**/*.json"]
|
||||
},
|
||||
// The extensions that Zed should automatically install on startup.
|
||||
|
Loading…
Reference in New Issue
Block a user