From e572fc1683402285c614ba1d37920a4463e6132f Mon Sep 17 00:00:00 2001 From: Jeff S Date: Sat, 15 Feb 2020 07:17:46 -0700 Subject: [PATCH] ignore/types: add slim, slime, and skim templates PR #1391 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 195e460..10086de 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -272,6 +272,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ // Extensions "*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh", "*.zsh", ]), + ("slim", &["*.skim", "*.slim", "*.slime"]), ("smarty", &["*.tpl"]), ("sml", &["*.sml", "*.sig"]), ("soy", &["*.soy"]),