Skip to content

Commit 3fcb3a2

Browse files
committed
2 parents a16fa77 + c99f755 commit 3fcb3a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export async function activate(context: ExtensionContext): Promise<void> {
155155
// Javascript based extensions
156156
["typescriptreact", "javascript", "javascriptreact"].forEach((extension) => {
157157
context.subscriptions.push(provideCompletionItemsGenerator(extension, /className=["|']([\w- ]*$)/));
158+
context.subscriptions.push(provideCompletionItemsGenerator(extension, /class=["|']([\w- ]*$)/));
158159
});
159160

160161
// HTML based extensions

0 commit comments

Comments
 (0)