Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to parse custom class regex in neovim #1003

Open
brenoprata10 opened this issue Jun 29, 2024 · 2 comments
Open

Failed to parse custom class regex in neovim #1003

brenoprata10 opened this issue Jun 29, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@brenoprata10
Copy link

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
Copy link
Author

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

Version 0.0.16 works fine:
image

@thecrypticace thecrypticace self-assigned this Jun 29, 2024
@thecrypticace
Copy link
Contributor

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

@thecrypticace thecrypticace added the question Further information is requested label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants