mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(#set! injection.combined)
|
||||
(#set! injection.language php))
|
||||
(#set! injection.language html))
|
||||
|
||||
((text) @injection.content
|
||||
(#has-ancestor? @injection.content "envoy")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue