Skip to content

Commit b7e6e04

Browse files
Jamesramya-rao-a
authored andcommitted
1 parent 7adb148 commit b7e6e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/emmet/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const LANGUAGE_MODES: any = {
4747
'typescriptreact': ['!', '.', '}', '*', '$', ']', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
4848
};
4949

50-
const allowedMimeTypesInScriptTag = ['text/html', 'text/plain', 'text/x-template', 'text/template'];
50+
const allowedMimeTypesInScriptTag = ['text/html', 'text/plain', 'text/x-template', 'text/template', 'text/ng-template'];
5151

5252
const emmetModes = ['html', 'pug', 'slim', 'haml', 'xml', 'xsl', 'jsx', 'css', 'scss', 'sass', 'less', 'stylus'];
5353

0 commit comments

Comments
 (0)