fix: fix tailwind intellisense sometimes not working in Colors

This commit is contained in:
p-sw 2024-05-29 19:36:59 +09:00
parent f740866366
commit 3a710abe4c

View File

@ -1,7 +1,7 @@
{
"tailwindCSS.experimental.classRegex": [
["vcn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["[cC]olors\\s*=\\s*{([^}]*)}", "[\"'`]([^\"'`]*).*?[\"'`]"]
["[cC]olors\\s*\\=\\s*{([^]*(?=}))}", "[\"'`]([^\"'`]*).*?[\"'`]"]
]
}