Skip to content

Commit

Permalink
guess_language: add flake.lock as json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Jun 26, 2024
1 parent 1fba1c7 commit 4392b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parse/guess_language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ pub(crate) fn language_globs(language: Language) -> Vec<glob::Pattern> {
"Pipfile.lock",
"composer.lock",
"mcmod.info",
"flake.lock",
],
JavascriptJsx => &["*.jsx"],
Julia => &["*.jl"],
Expand Down

0 comments on commit 4392b31

Please sign in to comment.