From ece60111643bbbe3b39178c34a8b3e90227d7ac4 Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Mon, 9 Jan 2017 18:50:22 +0000 Subject: [PATCH] Ruby type: add "Gemfile", "*.gemspec", ".irbrc", "Rakefile" https://github.com/vim-ruby/vim-ruby/blob/master/ftdetect/ruby.vim --- 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 91404e5..00cf515 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -166,7 +166,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("r", &["*.R", "*.r", "*.Rmd", "*.Rnw"]), ("rdoc", &["*.rdoc"]), ("rst", &["*.rst"]), - ("ruby", &["*.rb"]), + ("ruby", &["Gemfile", "*.gemspec", ".irbrc", "Rakefile", "*.rb"]), ("rust", &["*.rs"]), ("sass", &["*.scss"]), ("scala", &["*.scala"]),