Skip to content

Commit aa69419

Browse files
authored
Treat podfile as ruby (microsoft#21440)
1 parent d243759 commit aa69419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ruby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"languages": [{
1010
"id": "ruby",
1111
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".rake", ".ru" ],
12-
"filenames": [ "rakefile", "gemfile", "guardfile" ],
12+
"filenames": [ "rakefile", "gemfile", "guardfile", "podfile" ],
1313
"aliases": [ "Ruby", "rb" ],
1414
"firstLine": "^#!/.*\\bruby\\b",
1515
"configuration": "./language-configuration.json"

0 commit comments

Comments
 (0)