Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 53e824d

Browse files
committed
Merge pull request #5743 from smockle/master
Apply Ruby syntax highlighting to Gemfiles and Rakefiles.
2 parents 674ec19 + 7cc20fc commit 53e824d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/language/languages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@
169169
"ruby": {
170170
"name": "Ruby",
171171
"mode": "ruby",
172-
"fileExtensions": ["rb", "ru", "gemspec", "rake"]
172+
"fileExtensions": ["rb", "ru", "gemspec", "rake"],
173+
"fileNames": ["Gemfile", "Rakefile"]
173174
},
174175

175176
"python": {

0 commit comments

Comments
 (0)