Skip to content

Commit

Permalink
Parse pdm.lock and uv.lock as TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
idea-list authored and Wilfred committed Sep 5, 2024
1 parent e389cfe commit 6bbeb53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parse/guess_language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 6bbeb53

Please sign in to comment.