From e424f874872d05ef60d8eb9565806ed64815b3b5 Mon Sep 17 00:00:00 2001 From: Ahmed El Gabri Date: Thu, 9 Feb 2017 12:32:08 +0100 Subject: [PATCH] Add .twig as a Filetype --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 856163bb..4c0c72fa 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -186,6 +186,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("ts", &["*.ts", "*.tsx"]), ("txt", &["*.txt"]), ("toml", &["*.toml", "Cargo.lock"]), + ("twig", &["*.twig"]), ("vala", &["*.vala"]), ("vb", &["*.vb"]), ("vimscript", &["*.vim"]),