Skip to content

Commit 943661c

Browse files
committed
[ruby] shebang is not reconized. Fixes microsoft#10613
1 parent a130d72 commit 943661c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/ruby/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".rake", ".ru" ],
1010
"filenames": [ "rakefile", "gemfile", "guardfile" ],
1111
"aliases": [ "Ruby", "rb" ],
12+
"firstLine": "^#!/.*\\bruby\\b",
1213
"configuration": "./language-configuration.json"
1314
}],
1415
"grammars": [{

0 commit comments

Comments
 (0)