From a640285093ce104a954f410670b90acf1b73c576 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 16 Oct 2023 20:50:39 -0500 Subject: [PATCH] fix(dict): Match .jl to Julia, rather than lisp --- crates/typos-cli/src/default_types.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/typos-cli/src/default_types.rs b/crates/typos-cli/src/default_types.rs index e64b1a5..b869bb4 100644 --- a/crates/typos-cli/src/default_types.rs +++ b/crates/typos-cli/src/default_types.rs @@ -112,7 +112,6 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ ("js", &["*.js", "*.jsx", "*.vue"]), ("json", &["*.json"]), ("jsonl", &["*.jsonl"]), - ("julia", &["*.jl"]), ("jupyter", &["*.ipynb", "*.jpynb"]), ("k", &["*.k"]), ("kotlin", &["*.kt", "*.kts"]), @@ -145,7 +144,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ "OFL-*[0-9]*", ]), ("lilypond", &["*.ly", "*.ily"]), - ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]), + ("lisp", &["*.el", "*.lisp", "*.lsp", "*.sc", "*.scm"]), ("lock", &["*.lock", "package-lock.json", "requirements.txt", "go.sum", "pnpm-lock.yaml"]), ("log", &["*.log"]), ("lua", &["*.lua"]),