-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Neovim issues with injected PHP highlighting #51
Comments
Hey @stormherz ! Thank you very much for your kind words!
I would prob need to update the |
First time user, yep
Yeah, that was my first guess, I'm not sure how to verify if tree-sitter actually grabs the latest |
Perfect! Now I am 100% certain you could do it, and in fact you are adopting the I actually think your editor is set up correctly on your side, because blade is parsing correctly, and you are also getting correct syntax highlighting for the I would keep you updated here, and I would also suggest subscribing to issue #5 . I will probably release more information about it for NVim in the coming days/weeks depending on my free time! |
yep, I've tried to track all of your latest work related to this switch and tree-sitter-php update. I'll stay tuned and try to be of help, at least in terms of verifying an entire chain for neovim, just to see blade up and running after all those years =) |
@stormherz I am glad all is working well! Feel free to close the issue as other users can simply search the old ones, plus instead I am going to keep #5 open for time being considering it also includes the manual fix solution! |
Hi!
First of all, thanks for all your hard work to make that blade support happen for TS, it means a lot for many devs out there.
The issue I'm having is with the latest improvements of PHP TS and TS blade implementation. I'm almost sure I messed something up, hoping you could give me a hint in the right direction.
I'm on neovim and here's the small snippet I'm testing on:
There's no errors in InspectTree:
My injections and highlights are the same as in repo:
but it leaves me with something like this:
not quite sure what should I check next =)
The text was updated successfully, but these errors were encountered: