Tyler Knapp

Results 2 comments of Tyler Knapp

This is great. Got everything working nicely. Also enabled Twin.Macro intellisense by edting the `tailwindCSS.experimental.classRegex` to: ``` tailwindCSS.experimental.classRegex": { "type": "array", "scope": "language-overridable", "default": [ "tw`([^`]*)", "tw=\"([^\"]*)", "tw={\"([^\"}]*)", "tw\\.\\w+`([^`]*)", "tw\\(.*?\\)`([^`]*)"...

I got it working using this PR https://github.com/iamcco/coc-tailwindcss/pull/70, and editing the package.json to include the following: ```" tailwindCSS.experimental.classRegex": { "type": "array", "scope": "language-overridable", "default": [ "tw`([^`]*)", "tw=\"([^\"]*)", "tw={\"([^\"}]*)", "tw\\.\\w+`([^`]*)", "tw\\(.*?\\)`([^`]*)"...