mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-29 21:31:01 +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
|
- .gemspec
|
||||||
- .god
|
- .god
|
||||||
- .irbrc
|
- .irbrc
|
||||||
|
- .podspec
|
||||||
- .rake
|
- .rake
|
||||||
- .rb
|
- .rb
|
||||||
- .rbuild
|
- .rbuild
|
||||||
@@ -827,10 +828,11 @@ Ruby:
|
|||||||
- .watchr
|
- .watchr
|
||||||
filenames:
|
filenames:
|
||||||
- Capfile
|
- Capfile
|
||||||
- Rakefile
|
|
||||||
- Thorfile
|
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Guardfile
|
- Guardfile
|
||||||
|
- Podfile
|
||||||
|
- Rakefile
|
||||||
|
- Thorfile
|
||||||
- Vagrantfile
|
- Vagrantfile
|
||||||
|
|
||||||
Rust:
|
Rust:
|
||||||
|
|||||||
Reference in New Issue
Block a user