guess_language: add flake.lock as json

pull/695/head
Marcel 2024-06-26 17:05:03 +07:00 committed by Wilfred Hughes
parent 1fba1c7e4a
commit 759797c851
1 changed files with 1 additions and 0 deletions

@ -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"],