From 5aea517fb4849016c8b2ae4acbd680315c0d7a0d Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Mon, 9 Jan 2017 18:49:11 +0000 Subject: [PATCH] add Crystal type: "Projectfile", "*.cr" https://en.wikipedia.org/wiki/Crystal_(programming_language) https://github.com/rhysd/vim-crystal/blob/master/ftdetect/crystal.vim --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]),