From 633deb489d431fa65b54cbe5fed31b0f65894c5e Mon Sep 17 00:00:00 2001 From: Din Date: Tue, 12 Mar 2024 16:15:25 +0700 Subject: [PATCH] chore: vscode improve --- .vscode/settings.example.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.example.json b/.vscode/settings.example.json index 936aa73..b56c607 100644 --- a/.vscode/settings.example.json +++ b/.vscode/settings.example.json @@ -7,5 +7,10 @@ "typescript.tsdk": "node_modules/typescript/lib", "files.associations": { "*.css": "tailwindcss" - } + }, + "tailwindCSS.experimental.classRegex": [ + ["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"], + ["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"], + ["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"] + ] }