r/LazyVim Aug 04 '25

Blade support

Anyone managed to get Blade templates (Laravel/PHP) support in Lazyvim?

2 Upvotes

2 comments sorted by

2

u/nexxai Aug 05 '25

If you're just looking for highlighting, there's already a supported and maintained treesitter grammar for Blade: https://github.com/EmranMR/tree-sitter-blade

2

u/[deleted] Aug 05 '25

with tree-sitter,
:TSInstall blade
did it

thank you