Parse pdm.lock and uv.lock as TOML

pull/763/head
idea-list 2024-08-31 11:41:17 +07:00 committed by Wilfred Hughes
parent e389cfe9f6
commit 6bbeb53c68
1 changed files with 2 additions and 0 deletions

@ -367,7 +367,9 @@ pub(crate) fn language_globs(language: Language) -> Vec<glob::Pattern> {
"Cargo.lock",
"Gopkg.lock",
"Pipfile",
"pdm.lock",
"poetry.lock",
"uv.lock",
],
TypeScript => &["*.ts"],
TypeScriptTsx => &["*.tsx"],