We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310e8c1 commit 30d14aaCopy full SHA for 30d14aa
1 file changed
‎src/index.ts‎
@@ -52,7 +52,7 @@ export const options: Record<string, SupportOption> = {
52
regex: {
53
type: "string",
54
category: "Anywhere",
55
- default: 'class="([^{}"]*)"',
+ default: 'class="([^"]*)"',
56
description: "regex to match class attribute",
57
},
58
};
0 commit comments