From 832f5baf1af2326abcfb491ac20d5947525707f4 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Sat, 13 Jan 2018 01:48:50 +0100 Subject: [PATCH] types: add webidl --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 8d8d777..0acebb9 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -272,6 +272,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("vim", &["*.vim"]), ("vimscript", &["*.vim"]), ("wiki", &["*.mediawiki", "*.wiki"]), + ("webidl", &["*.idl", "*.widl"]), ("xml", &["*.xml", "*.xml.dist"]), ("yacc", &["*.y"]), ("yaml", &["*.yaml", "*.yml"]),