1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

Ruby type: add "Gemfile", "*.gemspec", ".irbrc", "Rakefile"

https://github.com/vim-ruby/vim-ruby/blob/master/ftdetect/ruby.vim
This commit is contained in:
chocolateboy 2017-01-09 18:50:22 +00:00 committed by Andrew Gallant
parent 00033e1875
commit ece6011164

View File

@ -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"]),