Add text/x-yaml MIME type.

pull/2748/head
Michael Wellman 4 years ago committed by GitHub
parent 8e1692b10d
commit 0f5dda5820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save