30 lines
512 B
Plaintext
30 lines
512 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "Nuxt",
|
|
"path": "wp-content/themes/moonshine"
|
|
},
|
|
{
|
|
"name": "WordPress",
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
"tailwindCSS.classAttributes": [
|
|
"class",
|
|
"ui"
|
|
],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
[
|
|
"ui:\\s*{([^)]*)\\s*}",
|
|
"(?:'|\"|`)([^']*)(?:'|\"|`)"
|
|
]
|
|
]
|
|
}
|
|
} |