From 920112e6404fdc3c8915ffab89e5caf1099b8bf5 Mon Sep 17 00:00:00 2001 From: tjdgus3537 Date: Wed, 2 Nov 2016 22:49:31 +0900 Subject: [PATCH] Add .adoc, .asc, asciidoc extension to asciidoc --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index ed6e0d6..289821c 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -81,6 +81,7 @@ use {Error, Match}; const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("agda", &["*.agda", "*.lagda"]), + ("asciidoc", &["*.adoc", "*.asc", "*.asciidoc"]), ("asm", &["*.asm", "*.s", "*.S"]), ("awk", &["*.awk"]), ("c", &["*.c", "*.h", "*.H"]),