mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Adding Gemfile to ruby filenames
This commit is contained in:
parent
3efc637414
commit
2dbc016394
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue