From 5c1af3c25dd1281ff3e8bd6cb13be9a2bb7a2e38 Mon Sep 17 00:00:00 2001 From: unsignedint Date: Wed, 14 Feb 2018 01:32:16 +1300 Subject: [PATCH] types: add VHDL --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index a9a9687e..cd5f9ec0 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -274,6 +274,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("twig", &["*.twig"]), ("vala", &["*.vala"]), ("vb", &["*.vb"]), + ("vhdl", &["*.vhd", "*.vhdl"]), ("vim", &["*.vim"]), ("vimscript", &["*.vim"]), ("wiki", &["*.mediawiki", "*.wiki"]),