Procházet zdrojové kódy

Add hbs alias to handlebars

NullVoxPopuli před 4 roky
rodič
revize
bc9c229a64
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/handlebars/handlebars.contribution.ts

+ 1 - 1
src/handlebars/handlebars.contribution.ts

@@ -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')
 });
 });