* scripting enhancements * tests * cleanup / tests * new docs wip * add more docs * more updates * add caching docs * add sse docs * more docs * sidebar, and fix navigation blocks * remove old docs * set proper meta * fixes
11 lines
316 B
JSON
11 lines
316 B
JSON
{
|
|
"tailwindCSS.includeLanguages": {
|
|
"go": "html"
|
|
},
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["Class\\(([^)]*)\\)", "[\"`]([^\"`]*)[\"`]"],
|
|
["ClassX\\(([^)]*)\\)", "[\"`]([^\"`]*)[\"`]"],
|
|
["ClassIf\\(([^)]*)\\)", "[\"`]([^\"`]*)[\"`]"],
|
|
["Classes\\(([^)]*)\\)", "[\"`]([^\"`]*)[\"`"]
|
|
]
|
|
}
|