mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Add text/x-yaml MIME type.
This commit is contained in:
parent
8e1692b10d
commit
0f5dda5820
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