mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Add .irbc and Rakefile to matching ruby filenames (#3457)
This commit is contained in:
@@ -3759,7 +3759,6 @@ Ruby:
|
|||||||
- ".fcgi"
|
- ".fcgi"
|
||||||
- ".gemspec"
|
- ".gemspec"
|
||||||
- ".god"
|
- ".god"
|
||||||
- ".irbrc"
|
|
||||||
- ".jbuilder"
|
- ".jbuilder"
|
||||||
- ".mspec"
|
- ".mspec"
|
||||||
- ".pluginspec"
|
- ".pluginspec"
|
||||||
@@ -3781,6 +3780,7 @@ Ruby:
|
|||||||
- jruby
|
- jruby
|
||||||
- rbx
|
- rbx
|
||||||
filenames:
|
filenames:
|
||||||
|
- ".irbrc"
|
||||||
- ".pryrc"
|
- ".pryrc"
|
||||||
- Appraisals
|
- Appraisals
|
||||||
- Berksfile
|
- Berksfile
|
||||||
@@ -3796,6 +3796,7 @@ Ruby:
|
|||||||
- Mavenfile
|
- Mavenfile
|
||||||
- Podfile
|
- Podfile
|
||||||
- Puppetfile
|
- Puppetfile
|
||||||
|
- Rakefile
|
||||||
- Snapfile
|
- Snapfile
|
||||||
- Thorfile
|
- Thorfile
|
||||||
- Vagrantfile
|
- 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