From 948821753cc91b96a37e0f03d02f60b11e2947b4 Mon Sep 17 00:00:00 2001 From: Zoltan Kalmar Date: Mon, 13 Nov 2017 15:45:38 +0100 Subject: [PATCH] Add Google Closure Templates type (.soy) --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 3c7f8f1e..e70f44b7 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -242,6 +242,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ "*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh", "*.zsh", ]), ("sml", &["*.sml", "*.sig"]), + ("soy", &["*.soy"]), ("spark", &["*.spark"]), ("sql", &["*.sql", "*.psql"]), ("stylus", &["*.styl"]),