Skip to content

Commit

Permalink
docs: Tweak Tailwind CSS Intellisense regex
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng committed Jan 22, 2025
1 parent 925494c commit 2f5a2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Here some additional (optional) steps to enable classes autocompletion using `cl
```json
{
"tailwindCSS.experimental.classRegex": [
["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
["clsx\\(((?:[^()]|\\([^()]*\\))*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
]
}
```
Expand Down

0 comments on commit 2f5a2b1

Please sign in to comment.