File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ To enable autocompletion for **Tailwind Variants** you can follow the instructio
200
200
``` json copy
201
201
{
202
202
"tailwindCSS.experimental.classRegex" : [
203
- [" tv \\ ((([^()]*| \\ ([^()]* \\ ))*) \\ )" , " [\" '`]([^\" '`]*).*?[\" '`]" ]
203
+ [" ([ \" '`][^ \" '`]*.*?[ \" '`] )" , " [\" '`]([^\" '`]*).*?[\" '`]" ]
204
204
]
205
205
}
206
206
```
@@ -215,7 +215,7 @@ To enable autocompletion for **Tailwind Variants** you can follow the instructio
215
215
tailwindCSS = {
216
216
experimental = {
217
217
classRegex = {
218
- { " tv \\ ((([^()]*| \\ ([^()]* \\ ))*) \\ )" , " [\" '`]([^\" '`]*).*?[\" '`]" }
218
+ { " ([ \" '`][^ \" '`]*.*?[ \" '`] )" , " [\" '`]([^\" '`]*).*?[\" '`]" }
219
219
},
220
220
},
221
221
},
@@ -231,7 +231,7 @@ To enable autocompletion for **Tailwind Variants** you can follow the instructio
231
231
"experimental" : {
232
232
"configFile" : null ,
233
233
"classRegex" : [
234
- [ " tv \\ ((([^()]*| \\ ([^()]* \\ ))*) \\ )" , " [\" '`]([^\" '`]*).*?[\" '`]" ]
234
+ [ " ([ \" '`][^ \" '`]*.*?[ \" '`] )" , " [\" '`]([^\" '`]*).*?[\" '`]" ]
235
235
]
236
236
}
237
237
```
You can’t perform that action at this time.
0 commit comments