Open
Description
What version of VS Code are you using?
1.100.2
What version of Tailwind CSS IntelliSense are you using?
LSP version is 0.14.20
What version of Tailwind CSS are you using?
v4.1.8
What package manager are you using?
pnpm
What operating system are you using?
MacOS
Tailwind config
@import "tailwindcss"
Reproduction URL
https://github.com/highjeans/tailwind-lsp-emmet-neovim-bug
Describe your issue
When trying to use tailwindCSS classes in emmet syntax, the lsp for neovim does not provide any completions but when ran in vscode with the intellisense plugin, it works fine. I have configured "tailwindCSS.emmetCompletions" in both neovim and vscode. Please see screenshots below. The expected behavior is for both places to show completions in emmet syntax.

