Skip to content

Commit

Permalink
chore: vscode improve
Browse files Browse the repository at this point in the history
  • Loading branch information
dinwwwh committed Mar 12, 2024
1 parent b13cc47 commit 633deb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.css": "tailwindcss"
}
},
"tailwindCSS.experimental.classRegex": [
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
]
}

0 comments on commit 633deb4

Please sign in to comment.