mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Recognize CocoaPods documents as Ruby source files.
Examples: * https://github.com/alloy/cocoapods/blob/master/examples/MacRubySample/Podfile * https://github.com/alloy/cocoapods-specs/blob/master/SSToolkit/0.1.2/SSToolkit.podspec Also sorted filenames in languages.yml.
This commit is contained in:
@@ -817,6 +817,7 @@ Ruby:
|
||||
- .gemspec
|
||||
- .god
|
||||
- .irbrc
|
||||
- .podspec
|
||||
- .rake
|
||||
- .rb
|
||||
- .rbuild
|
||||
@@ -827,10 +828,11 @@ Ruby:
|
||||
- .watchr
|
||||
filenames:
|
||||
- Capfile
|
||||
- Rakefile
|
||||
- Thorfile
|
||||
- Gemfile
|
||||
- Guardfile
|
||||
- Podfile
|
||||
- Rakefile
|
||||
- Thorfile
|
||||
- Vagrantfile
|
||||
|
||||
Rust:
|
||||
|
||||
Reference in New Issue
Block a user