fix: blade injection highlighting (#7846)

Injecting php was broken upstream so this is a temporary fix until
upstream fixes it.

See https://github.com/nvim-treesitter/nvim-treesitter/issues/7842
This commit is contained in:
Caleb White 2025-05-05 22:05:53 -05:00 committed by GitHub
parent 94ea4f436d
commit 28d480e062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
((text) @injection.content
(#set! injection.combined)
(#set! injection.language php))
(#set! injection.language html))
((text) @injection.content
(#has-ancestor? @injection.content "envoy")