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
1 changed files with 1 additions and 0 deletions
|
@ -690,6 +690,7 @@
|
|||
// }
|
||||
//
|
||||
"file_types": {
|
||||
"JSON": ["flake.lock"],
|
||||
"JSONC": ["**/.zed/**/*.json", "**/zed/**/*.json"]
|
||||
},
|
||||
// The extensions that Zed should automatically install on startup.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue