summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchocolateboy <chocolate@cpan.org>2017-01-09 18:50:22 +0000
committerAndrew Gallant <jamslam@gmail.com>2017-01-09 16:11:47 -0500
commitece60111643bbbe3b39178c34a8b3e90227d7ac4 (patch)
treec278db68ecfac00dd07a7c5061cb30b7413d480a
parent00033e1875a8cd0a4429b9393b7bf080c956677a (diff)
Ruby type: add "Gemfile", "*.gemspec", ".irbrc", "Rakefile"
https://github.com/vim-ruby/vim-ruby/blob/master/ftdetect/ruby.vim
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 91404e50..00cf5154 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"]),