From 012880914be0d9ec15945e5e2bb8f0f13316e8bf Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Sun, 14 Jan 2018 00:42:04 +0100 Subject: [PATCH] types: add webidl (*.webidl) --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 0acebb94..1c16faab 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -272,7 +272,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("vim", &["*.vim"]), ("vimscript", &["*.vim"]), ("wiki", &["*.mediawiki", "*.wiki"]), - ("webidl", &["*.idl", "*.widl"]), + ("webidl", &["*.idl", "*.webidl", "*.widl"]), ("xml", &["*.xml", "*.xml.dist"]), ("yacc", &["*.y"]), ("yaml", &["*.yaml", "*.yml"]),