mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Merge pull request #126 from mwellman17/patch-1
Add text/x-yaml MIME type.
This commit is contained in:
commit
7336c2d0a1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ registerLanguage({
|
|||
id: 'yaml',
|
||||
extensions: ['.yaml', '.yml'],
|
||||
aliases: ['YAML', 'yaml', 'YML', 'yml'],
|
||||
mimetypes: ['application/x-yaml'],
|
||||
mimetypes: ['application/x-yaml', 'text/x-yaml'],
|
||||
loader: () => import('./yaml')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue