mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Add hbs alias to handlebars
This commit is contained in:
parent
d6197d6e14
commit
bc9c229a64
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { registerLanguage } from '../_.contribution';
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'handlebars',
|
id: 'handlebars',
|
||||||
extensions: ['.handlebars', '.hbs'],
|
extensions: ['.handlebars', '.hbs'],
|
||||||
aliases: ['Handlebars', 'handlebars'],
|
aliases: ['Handlebars', 'handlebars', 'hbs'],
|
||||||
mimetypes: ['text/x-handlebars-template'],
|
mimetypes: ['text/x-handlebars-template'],
|
||||||
loader: () => import('./handlebars')
|
loader: () => import('./handlebars')
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue