From 3d9acdab189006880e9d4ccdbe9ae42b164901ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Pint=C3=A9r?= Date: Wed, 16 Aug 2017 16:46:13 +0200 Subject: [PATCH] Add short key for julia type Fixes #574 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 791008ff..daeb88ba 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -145,6 +145,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("json", &["*.json"]), ("jsonl", &["*.jsonl"]), ("julia", &["*.jl"]), + ("jl", &["*.jl"]), ("kotlin", &["*.kt", "*.kts"]), ("less", &["*.less"]), ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),