summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLyuha <lyuha@users.noreply.github.com>2016-11-02 23:28:48 +0900
committerLyuha <lyuha@users.noreply.github.com>2016-11-03 00:06:14 +0900
commit82abf883c536560e62b56489e1af7709056b08f6 (patch)
tree95d6f4dc9225deb5c74bc2eaa965ccd4f4fa084a
parenta2315d5ee5d26166181be389e04cbb406706a674 (diff)
Add wiki filetype
-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 1ae2d8f1..71c9d33c 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"]),