mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-24 00:23:47 -07:00
This PR adds the .rake extension to the Ruby type. It's a pretty common file extension in Rails apps—in my experience, the Rakefile is often pretty empty and only sets some stuff up while most of the code lives in various .rake files. See: https://ruby.github.io/rake/doc/rakefile_rdoc.html#label-Multiple+Rake+Files Closes #2921