From 82abf883c536560e62b56489e1af7709056b08f6 Mon Sep 17 00:00:00 2001 From: Lyuha Date: Wed, 2 Nov 2016 23:28:48 +0900 Subject: [PATCH] Add wiki filetype --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 1ae2d8f..71c9d33 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -159,6 +159,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("vala", &["*.vala"]), ("vb", &["*.vb"]), ("vimscript", &["*.vim"]), + ("wiki", &["*.mediawiki", "*.wiki"]), ("xml", &["*.xml"]), ("yacc", &["*.y"]), ("yaml", &["*.yaml", "*.yml"]),