diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 213f1df..92b0bf7 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -112,6 +112,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ "*.C", "*.cc", "*.cpp", "*.cxx", "*.h", "*.H", "*.hh", "*.hpp", ]), + ("crystal", &["Projectfile", "*.cr"]), ("cs", &["*.cs"]), ("csharp", &["*.cs"]), ("css", &["*.css"]),