Associate uv.lock files with TOML (#18426)

The `uv` python package manager uses the TOML for it's `uv.lock` file,
see https://docs.astral.sh/uv/guides/projects/#uvlock.

Ref #7808

Release Notes:

- associate `uv.lock` files with the TOML language
This commit is contained in:
Thorben Kröger 2024-09-29 19:54:09 +02:00 committed by GitHub
parent 84ce81caf1
commit 5f35fa5d92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -769,7 +769,8 @@
"**/Zed/**/*.json", "**/Zed/**/*.json",
"tsconfig.json", "tsconfig.json",
"pyrightconfig.json" "pyrightconfig.json"
] ],
"TOML": ["uv.lock"]
}, },
/// By default use a recent system version of node, or install our own. /// By default use a recent system version of node, or install our own.
/// You can override this to use a version of node that is not in $PATH with: /// You can override this to use a version of node that is not in $PATH with: