nuxt-modules / tailwindcss

Tailwind CSS module for Nuxt

Home Page:https://tailwindcss.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`tw` autocomplete utility regex improvements

DamianGlowala opened this issue · comments

E.g. the function variant would be:

"tw\\(\\s*('(.*?)'|\"(.*?)\")\\s*\\)"

Noticed the first and last class do not have IntelliSense enabled with the above regex though and I am not sure why.

You're quite right - I'm surprised this wasn't reported earlier, but I've felt that the autocomplete utility isn't used much by developers. PR welcome! 🙂