Skip to content

Commit

Permalink
fix #51768 (#51849)
Browse files Browse the repository at this point in the history
  • Loading branch information
James authored and ramya-rao-a committed Jun 22, 2018
1 parent 7adb148 commit b7e6e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/emmet/src/util.ts
Expand Up @@ -47,7 +47,7 @@ export const LANGUAGE_MODES: any = {
'typescriptreact': ['!', '.', '}', '*', '$', ']', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
};

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

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

Expand Down

0 comments on commit b7e6e04

Please sign in to comment.