We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3480d commit 4fa2577Copy full SHA for 4fa2577
src/emmetHelper.ts
@@ -31,7 +31,7 @@ export { FileService, FileType, FileStat }
31
const snippetKeyCache = new Map<string, string[]>();
32
let markupSnippetKeys: string[];
33
const stylesheetCustomSnippetsKeyCache = new Map<string, string[]>();
34
-const htmlAbbreviationStartRegex = /^[a-z,A-Z,!,(,[,#,\.]/;
+const htmlAbbreviationStartRegex = /^[a-z,A-Z,!,(,[,#,\.\{]/;
35
const cssAbbreviationRegex = /^-?[a-z,A-Z,!,@,#]/;
36
const htmlAbbreviationRegex = /[a-z,A-Z\.]/;
37
const commonlyUsedTags = [...htmlData.tags, 'lorem'];
0 commit comments