Skip to content

Commit 30d14aa

Browse files
committed
feat: 🎸 tweak default regex value
1 parent 310e8c1 commit 30d14aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/index.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const options: Record<string, SupportOption> = {
5252
regex: {
5353
type: "string",
5454
category: "Anywhere",
55-
default: 'class="([^{}"]*)"',
55+
default: 'class="([^"]*)"',
5656
description: "regex to match class attribute",
5757
},
5858
};

0 commit comments

Comments
 (0)