mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +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({
|
registerLanguage({
|
||||||
id: 'ruby',
|
id: 'ruby',
|
||||||
extensions: ['.rb', '.rbx', '.rjs', '.gemspec', '.pp'],
|
extensions: ['.rb', '.rbx', '.rjs', '.gemspec', '.pp'],
|
||||||
filenames: ['rakefile'],
|
filenames: ['rakefile', 'Gemfile'],
|
||||||
aliases: ['Ruby', 'rb'],
|
aliases: ['Ruby', 'rb'],
|
||||||
loader: () => import('./ruby')
|
loader: () => import('./ruby')
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue