19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
"tailwindCSS.classAttributes": [
|
|
"class",
|
|
"ui"
|
|
],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
[
|
|
"ui:\\s*{([^)]*)\\s*}",
|
|
"(?:'|\"|`)([^']*)(?:'|\"|`)"
|
|
]
|
|
],
|
|
"typescript.tsdk": "wp-content/themes/moonshine/node_modules/typescript/lib"
|
|
} |