diff --git a/src/handlebars/handlebars.contribution.ts b/src/handlebars/handlebars.contribution.ts index 65f265f8..68481549 100644 --- a/src/handlebars/handlebars.contribution.ts +++ b/src/handlebars/handlebars.contribution.ts @@ -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') });