summaryrefslogtreecommitdiffstats
path: root/ignore/src
diff options
context:
space:
mode:
authorJeff S <paradox460@gmail.com>2020-02-15 07:17:46 -0700
committerGitHub <noreply@github.com>2020-02-15 09:17:46 -0500
commite572fc1683402285c614ba1d37920a4463e6132f (patch)
tree3a6e27548037fb54526db3cf8ed7e941c17f8535 /ignore/src
parent9cb93abd11906fe1d6f89de712465a7a3aa8c381 (diff)
ignore/types: add slim, slime, and skim templates
PR #1391
Diffstat (limited to 'ignore/src')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 195e4605..10086de6 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"]),