From 9f000c29109cf369c4c28254f0cf9b9216a1950d Mon Sep 17 00:00:00 2001 From: Hitesh Jasani Date: Wed, 12 Jun 2019 14:02:28 -0400 Subject: [PATCH] ignore/types: add more nim types PR #1297 --- 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 3d2427f..6c9ef1f 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -219,7 +219,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("msbuild", &[ "*.csproj", "*.fsproj", "*.vcxproj", "*.proj", "*.props", "*.targets" ]), - ("nim", &["*.nim"]), + ("nim", &["*.nim", "*.nimf", "*.nimble", "*.nims"]), ("nix", &["*.nix"]), ("objc", &["*.h", "*.m"]), ("objcpp", &["*.h", "*.mm"]),