Merge pull request #111 from fonsecas72/patch-1

Adding Gemfile to ruby filenames
This commit is contained in:
Alexandru Dima 2020-09-04 11:24:00 +02:00 committed by GitHub
commit 5500b2ea0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')
});