Skip to content

Commit

Permalink
[ruby] shebang is not reconized. Fixes #10613
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Aug 29, 2016
1 parent a130d72 commit 943661c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/ruby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".rake", ".ru" ],
"filenames": [ "rakefile", "gemfile", "guardfile" ],
"aliases": [ "Ruby", "rb" ],
"firstLine": "^#!/.*\\bruby\\b",
"configuration": "./language-configuration.json"
}],
"grammars": [{
Expand Down

0 comments on commit 943661c

Please sign in to comment.