mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +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({
|
||||
id: 'handlebars',
|
||||
extensions: ['.handlebars', '.hbs'],
|
||||
aliases: ['Handlebars', 'handlebars'],
|
||||
aliases: ['Handlebars', 'handlebars', 'hbs'],
|
||||
mimetypes: ['text/x-handlebars-template'],
|
||||
loader: () => import('./handlebars')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue