mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-28 17:20:22 +00:00
Add .irbc and Rakefile to matching ruby filenames (#3457)
This commit is contained in:
@@ -3759,7 +3759,6 @@ Ruby:
|
||||
- ".fcgi"
|
||||
- ".gemspec"
|
||||
- ".god"
|
||||
- ".irbrc"
|
||||
- ".jbuilder"
|
||||
- ".mspec"
|
||||
- ".pluginspec"
|
||||
@@ -3781,6 +3780,7 @@ Ruby:
|
||||
- jruby
|
||||
- rbx
|
||||
filenames:
|
||||
- ".irbrc"
|
||||
- ".pryrc"
|
||||
- Appraisals
|
||||
- Berksfile
|
||||
@@ -3796,6 +3796,7 @@ Ruby:
|
||||
- Mavenfile
|
||||
- Podfile
|
||||
- Puppetfile
|
||||
- Rakefile
|
||||
- Snapfile
|
||||
- Thorfile
|
||||
- Vagrantfile
|
||||
|
||||
2
samples/Ruby/filenames/.irbrc
Normal file
2
samples/Ruby/filenames/.irbrc
Normal file
@@ -0,0 +1,2 @@
|
||||
require "pp"
|
||||
IRB.conf[:AUTO_INDENT] = true
|
||||
Reference in New Issue
Block a user