Skip to content

Commit f403709

Browse files
committed
Fix microsoft#9178. erb is embeded ruby and should be treated as ruby language
1 parent 56b735a commit f403709

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
@@ -8,7 +8,7 @@
88
"contributes": {
99
"languages": [{
1010
"id": "ruby",
11-
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".rake", ".ru" ],
11+
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".rake", ".ru", ".erb" ],
1212
"filenames": [ "rakefile", "gemfile", "guardfile", "podfile" ],
1313
"aliases": [ "Ruby", "rb" ],
1414
"firstLine": "^#!/.*\\bruby\\b",

0 commit comments

Comments
 (0)