mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +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',
|
id: 'yaml',
|
||||||
extensions: ['.yaml', '.yml'],
|
extensions: ['.yaml', '.yml'],
|
||||||
aliases: ['YAML', 'yaml', 'YML', 'yml'],
|
aliases: ['YAML', 'yaml', 'YML', 'yml'],
|
||||||
mimetypes: ['application/x-yaml'],
|
mimetypes: ['application/x-yaml', 'text/x-yaml'],
|
||||||
loader: () => import('./yaml')
|
loader: () => import('./yaml')
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue