cargo fmt

add_libdifftastic
Wilfred Hughes 2022-09-02 18:05:22 +07:00
parent 8860fabf19
commit 114235e4da
1 changed files with 1 additions and 4 deletions

@ -174,10 +174,7 @@ pub const LANG_EXTENSIONS: &'static [(Language, &[&str])] = &[
(Julia, &["jl"]),
(Kotlin, &["kt", "ktm", "kts"]),
(Lua, &["lua"]),
(
Make,
&["mak", "d", "make", "makefile", "mk", "mkfile"],
),
(Make, &["mak", "d", "make", "makefile", "mk", "mkfile"]),
(Nix, &["nix"]),
(OCaml, &["ml"]),
(OCamlInterface, &["mli"]),