tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.74k stars 181 forks source link

Failed to parse custom class regex in neovim #1003

Open brenoprata10 opened 4 days ago

brenoprata10 commented 4 days ago

What version of neovim are you using?

For example: v0.0.10

What version of Tailwind CSS IntelliSense are you using?

For example: v0.0.18

Hello o/

I am the maintainer of a https://github.com/brenoprata10/nvim-highlight-colors and I've noticed that my plugin is no longer highlighting colors after I've updated the LSP to 0.0.18. I have already tried regression in my plugin to check if I've deployed some bad code, but the issue is in the actual LSP itself I think. This is how I am highlighting colors in my plugin: image

Within the handler function, I keep getting image

If i try running a hover command in one of my classes(neovim command, nothing to do with my plugin), I actually get: image

I am not sure which version of the LSP I had before, but it was working fine before, so maybe running some regression might solve the issue :)

Thanks in advance! 😄

brenoprata10 commented 4 days ago

I've checked previous versions and can confirm the issue started from v0.0.17

Version 0.0.16 works fine: image

thecrypticace commented 21 hours ago

Can you provide the settings being passed to the language server?