mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix #9178. erb is embeded ruby and should be treated as ruby language
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "ruby",
|
||||
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".rake", ".ru" ],
|
||||
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".rake", ".ru", ".erb" ],
|
||||
"filenames": [ "rakefile", "gemfile", "guardfile", "podfile" ],
|
||||
"aliases": [ "Ruby", "rb" ],
|
||||
"firstLine": "^#!/.*\\bruby\\b",
|
||||
|
||||
Reference in New Issue
Block a user