فهرست منبع

Adding Gemfile to ruby filenames

Hugo Fonseca 4 سال پیش
والد
کامیت
2dbc016394
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/ruby/ruby.contribution.ts

+ 1 - 1
src/ruby/ruby.contribution.ts

@@ -9,7 +9,7 @@ import { registerLanguage } from '../_.contribution';
 registerLanguage({
 	id: 'ruby',
 	extensions: ['.rb', '.rbx', '.rjs', '.gemspec', '.pp'],
-	filenames: ['rakefile'],
+	filenames: ['rakefile', 'Gemfile'],
 	aliases: ['Ruby', 'rb'],
 	loader: () => import('./ruby')
 });