vscode-intelephense
vscode-intelephense copied to clipboard
Neovim Filetype set to blade throws unsupported error in the LSP
Describe the bug Neovim 0.10.0 defaults *.blade.php files to filetype blade. This is great as it lets us use tree sitter grammars specifically built for that filetype and makes it easier to assign formatters etc.
The problem is even if I set intelephense to attach to blade files I get the error "unsupported language ID blade".
To Reproduce Open a blade.php file in neovim 0.10.0
Expected behavior Blade syntax with livewire / volt is very much a mix of PHP and html. It would be nice to get proper autocomplete in these components, even if the blade directives still aren't supported.
Screenshots
Platform and version MacOS Intelephense 1.11.5 Neovim 0.10.0