mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
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:
parent
94ea4f436d
commit
28d480e062
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
((text) @injection.content
|
((text) @injection.content
|
||||||
(#set! injection.combined)
|
(#set! injection.combined)
|
||||||
(#set! injection.language php))
|
(#set! injection.language html))
|
||||||
|
|
||||||
((text) @injection.content
|
((text) @injection.content
|
||||||
(#has-ancestor? @injection.content "envoy")
|
(#has-ancestor? @injection.content "envoy")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue