summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorAhmed El Gabri <ahmed@gabri.me>2017-02-09 12:32:08 +0100
committerAndrew Gallant <jamslam@gmail.com>2017-02-09 15:12:48 -0500
commite424f874872d05ef60d8eb9565806ed64815b3b5 (patch)
tree24961ae50058aa2850212d66d8e4102e5dd2fb3b /ignore
parentf5b2c96b778b7ce28bd8ee7e2d277694ba1f123c (diff)
Add .twig as a Filetype
Diffstat (limited to 'ignore')
-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 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"]),