0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Added clsx Tailwind autocomplete support to VSCode

refs https://github.com/lukeed/clsx#tailwind-support

- this should enable Tailwind autocomplete in `clsx` for those who use
  the Tailwind Intellisense plugin
This commit is contained in:
Daniel Lockyer 2023-07-18 14:10:26 +02:00 committed by Daniel Lockyer
parent cd4a3e3773
commit 8c393a2b55

View file

@ -19,5 +19,8 @@
"**/ghost.map": true,
"**/node_modules": true,
"ghost/core/core/built/**": true
}
}
},
"tailwindCSS.experimental.classRegex": [
["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
]
}